38076 Commits

Author SHA1 Message Date
Gilles Debunne
34599e0ce3 update-api step missing. Broken build.
Change-Id: I4b3d8f65fd5c851cb8d31f2492b7c4f17ab781c9
2010-12-14 16:08:28 -08:00
Romain Guy
a9c9b53235 Merge "Continue cleanup refactoring in OpenGLRenderer." 2010-12-14 16:05:50 -08:00
Mathias Agopian
0cf9a22b9e Merge "fix [3223749] media server crashes when switching mode from video capture to still image capture" 2010-12-14 16:04:44 -08:00
Romain Guy
86568198f2 Continue cleanup refactoring in OpenGLRenderer.
Methods that still need refactoring:
    - drawLines
    - composeLayerRegion

Change-Id: If546641adf598d49c330988803667264fda50ac2
2010-12-14 16:04:12 -08:00
Louis Huemiller
a6219160f4 Merge "HWC Stress Test - relocate print msg" 2010-12-14 16:01:45 -08:00
Mathias Agopian
575eaf5498 fix [3223749] media server crashes when switching mode from video capture to still image capture
there was an issue were in some situation SF would call prepare() on hwc
with a NULL handle and never call prepare again.
in this situation, we onw set the SKIP flag to make sure that hwc
won't process this layer and as soon as we receive our first buffer we
trigger a recompute of the visible regions which will end-up calling
prepare() again.

Change-Id: I6b400b2df79712408b9315a9859290c7fcb1609e
2010-12-14 15:53:39 -08:00
Mathias Agopian
7537fd3c55 Merge "fix [3176642] Camera preview turns completely black for multiple toggles between camera and camcorder app" 2010-12-14 15:51:41 -08:00
Mathias Agopian
52e6ada69e Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so." 2010-12-14 15:51:32 -08:00
Mathias Agopian
aa0e56f9f2 Merge "dump callstack on Surface use error" 2010-12-14 15:51:22 -08:00
Jesse Wilson
ab9b6285a0 Merge "Move 41 tests to libcore, closer to the tested code. (2nd half)" 2010-12-14 15:41:44 -08:00
Amith Yamasani
536db9c599 Merge "Add a way to insert a parent bread crumb so that deep linked settings can navigate up." 2010-12-14 15:34:08 -08:00
Xavier Ducrohet
20af3709b8 Merge "Create some layout files for HwAccelerationTest" 2010-12-14 15:33:54 -08:00
Robert Greenwalt
091969af90 Merge "Fix some IpV4-only code." 2010-12-14 15:28:01 -08:00
Jesse Wilson
29ac247d21 Move 41 tests to libcore, closer to the tested code. (2nd half)
Change-Id: I18650718a7e49c84a0cc3c5b0c1172c71d2d54cf
http://b/3073226
2010-12-14 15:19:48 -08:00
Amith Yamasani
c9ecb73ccd Add a way to insert a parent bread crumb so that deep linked settings can navigate up.
Bug: 3236568

This adds a way to insert a title as well as get a callback when that title is clicked.
It is not really on the backstack and clicks must be handled via the listener interface.
2010-12-14 15:17:32 -08:00
Gilles Debunne
96e6b8bfc8 Remove line height attribute from TextView.
This attribute was introduced in HC and is only partially supported. It should
actually also be used by the layout to be meaningful.

Bug 3223987

Change-Id: Idb47be319a236326f7624fd865466356c19bc342
2010-12-14 15:11:49 -08:00
Vasu Nori
f83e6e4b7a bug:3264401 changes to support usage of new downloads dir in /data
Change-Id: I209a624523f727d47a4a8f758c13df5d4eac614f
2010-12-14 15:10:32 -08:00
Xavier Ducrohet
21534cfc78 Merge "LayoutLib: Fix gradient rendering." 2010-12-14 15:03:26 -08:00
Jeff Brown
644b75edb3 Merge "Improve documentation on Vibrator.vibrate." 2010-12-14 15:02:52 -08:00
Xavier Ducrohet
ec31a7f119 Create some layout files for HwAccelerationTest
The goal is use the app to test layout lib, so layout
files are needed, and custom views must be instantiable
(ie public)

Change-Id: I46bb3d8af6e4d7973d041aa618f1c7762efd93d0
2010-12-14 14:58:59 -08:00
Louis Huemiller
7c43ebc930 HWC Stress Test - relocate print msg
Change-Id: I95f9f5c6edffff8c737c4a6996f97e69bccc0448
2010-12-14 14:58:55 -08:00
Adam Powell
185097f56c Merge "Fix bug 3210201 - Popup window wrong size/position when IME hidden" 2010-12-14 14:51:13 -08:00
Adam Powell
a754fd500c Merge "Updated spinner assets from UX" 2010-12-14 14:50:09 -08:00
Xavier Ducrohet
d9c64369cf LayoutLib: Fix gradient rendering.
- fully support canvas transform
- fully support shader local transform
- fix repeat/mirror issue in the negative values.

Change-Id: Ib2aa7ade1c2702da4364cbda9a5a3ae72c1d3174
2010-12-14 14:49:55 -08:00
Robert Greenwalt
04808c2940 Fix some IpV4-only code.
InterfaceConfiguration changed to use InetAddress and stop with the string->int->string
conversions.

bug:2542681
Change-Id: I11c4954547333c43bb840fa0469ddde57b0d043b
2010-12-14 14:41:26 -08:00
Robert Greenwalt
7c25cd15bb Merge "DHCP core classes, defining data, behavior, and state transitions for the DHCP protocol. The DHCP client and DHCP server classes are not included in this commit: still working out some integration issues with ethernet & wifi services" 2010-12-14 14:40:49 -08:00
Jason Sams
fc29088e58 Merge "Add support for non-malloc backed textures." 2010-12-14 14:32:36 -08:00
Xavier Ducrohet
dcc995c72f Merge "LayoutLib: Misc fix to rendering." 2010-12-14 14:32:09 -08:00
Mike Lockwood
3be80f2e6c Merge "MTP: Make recursive delete more efficient" 2010-12-14 14:20:35 -08:00
Dianne Hackborn
4cbd6417c0 am 042042b8: am 2bd83c00: Merge "Work on issue #3255640: Need to bump GB to API 10 version name "2.4"" into gingerbread
* commit '042042b809e3a0ff6cea915ccc7b176948833be9':
  Work on issue #3255640: Need to bump GB to API 10 version name "2.4"
2010-12-14 14:18:33 -08:00
Mike Lockwood
55f808cff9 MTP: Make recursive delete more efficient
Change-Id: Iec9df8ac910f5257236b59c95b0ee3d7d05f367c
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-14 14:16:44 -08:00
Dianne Hackborn
042042b809 am 2bd83c00: Merge "Work on issue #3255640: Need to bump GB to API 10 version name "2.4"" into gingerbread
* commit '2bd83c00a0c72d3f6bd929c4df5fe83ee31b4704':
  Work on issue #3255640: Need to bump GB to API 10 version name "2.4"
2010-12-14 14:15:16 -08:00
Dianne Hackborn
2bd83c00a0 Merge "Work on issue #3255640: Need to bump GB to API 10 version name "2.4"" into gingerbread 2010-12-14 14:12:37 -08:00
Louis Huemiller
676d1a4b36 Merge "HWC Stres Test Enhancments" 2010-12-14 14:08:09 -08:00
Jeff Brown
99d01f23ef Merge "Expose split touch API on PopupWindow." 2010-12-14 14:04:59 -08:00
Jesse Wilson
b0ceba1736 Merge "Move HashMapTest from frameworks/base to libcore (second half)" 2010-12-14 14:02:55 -08:00
Jeff Brown
2e976df644 Expose split touch API on PopupWindow.
Already exposed the new window flags and layout parameters,
just forgot to make this API visible at the same time.

Bug: 3049580
Change-Id: If8dc3568eb2806fa21881c31b9f879d6045ca890
2010-12-14 13:56:58 -08:00
Eric Fischer
7b3bfca259 Import revised translations.
Change-Id: Iff90bc663027dc8e7189d5dc229f5f9ddee31f12
2010-12-14 13:52:32 -08:00
Jesse Wilson
437afa8c4a Move HashMapTest from frameworks/base to libcore (second half)
Change-Id: I178e376ab12d82e23a8b0ddd267a6c150c9bbddf
http://b/3073226
2010-12-14 13:49:36 -08:00
Adam Powell
069053d074 Updated spinner assets from UX
Change-Id: Ied9f7f3996fb7420978762228bef3f9a8dbef8c8
2010-12-14 13:48:56 -08:00
Romain Guy
fa7952dbb8 Colors are in the [0..1] range, not [0..255]
This fixes rendering in YouTube and other applications.

Change-Id: Ib5f3df632cde97374113ed42f895f136b2796373
2010-12-14 13:45:54 -08:00
Romain Guy
89f4ec6a83 Merge "Colors are in the [0..1] range, not [0..255]" 2010-12-14 13:45:07 -08:00
Gilles Debunne
ebd747ffad Merge "Heterogeneous comment for convertView in getView documentation" 2010-12-14 13:32:23 -08:00
Jeff Brown
d10bfe185c Improve documentation on Vibrator.vibrate.
Bug: 3135537
Change-Id: I961e32990d754dc6b5f86ffea8515685f8ade40f
2010-12-14 13:23:10 -08:00
James Dong
6f7d56cf9f Merge "Fix an issue where a fixed number of bits per sample is used for seek position calculation." 2010-12-14 12:28:31 -08:00
Jeff Brown
cb171fabcd Merge "Update shortcuts." 2010-12-14 12:12:07 -08:00
Xavier Ducrohet
d28378c903 Merge "LayoutLib: Use the new ninepatch API to suppor density." 2010-12-14 12:03:21 -08:00
Xavier Ducrohet
f1416e4dff LayoutLib: Misc fix to rendering.
Change-Id: Ia73fab1be3c01e6ce5791973e636e45a0f75ceb6
2010-12-14 12:00:14 -08:00
Gilles Debunne
e7018262d1 Merge "Removed no longer used longPressCallback in TextView" 2010-12-14 11:59:01 -08:00
Gilles Debunne
31d4894653 Removed no longer used longPressCallback in TextView
Change-Id: Iadac5579764ef14c2ec7a677c686a396cedc31fa
2010-12-14 11:53:52 -08:00