41358 Commits

Author SHA1 Message Date
Jeff Brown
c9ce1f24df Merge "Fix spurious resizes during rotation animation." into honeycomb 2011-01-23 13:39:10 -08:00
Jeff Brown
f41806799a Merge "Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT" into honeycomb 2011-01-23 13:38:51 -08:00
Dan Morrill
a537687c38 Adding faketouch feature.
Change-Id: Idff0b059c2f82fa4237d6238710e87dc55ae76a8
2011-01-23 13:36:13 -08:00
Romain Guy
f6834478b3 Always render text underline extra.
Bug #3381287

Change-Id: Ibfbc9c51c8dccef216daccc37d835e5dbf143a6a
2011-01-23 13:32:12 -08:00
Romain Guy
73fafb382b am f6834478: Always render text underline extra. Bug #3381287
* commit 'f6834478b379856d3e5de92ddce7de0e6ba9fa4a':
  Always render text underline extra. Bug #3381287
2011-01-23 13:32:12 -08:00
Jeff Brown
fa2e504087 Avoid unnecessarily redrawing the wallpaper.
Added some logic to ImageWallpaper to avoid redrawing the wallpaper
when it is not necessary.  Even with the resize fixes, we were still
redrawing the wallpaper an extra 5 times due to visibility and
offset changes which had no real effect.

Change-Id: Ifa39b7bb8c0f7a6a41bc81e00cc2159440f529c5
2011-01-23 13:14:23 -08:00
Jeff Brown
fbae722d2a Fix spurious resizes during rotation animation.
Fixed a bug in WindowManagerService where it would set mSurfaceResized
to true even if the surface was just moved and not resized.  As a result,
we would send dozens of spurious resize messages to all applications
during orientation changes since the rotation animation changes the
positions of surfaces as they swing into place.  Among other things,
the spurious resizes caused the wallpaper to be redrawn dozens of time.

Change-Id: I2be7278c0d6a00aaef665a65e268d8da1771e51f
2011-01-23 13:07:25 -08:00
Jeff Brown
892bd76881 Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT
Fixed a bug in the handling of SENSOR_LANDSCAPE and SENSOR_PORTAIT
on devices that have a natural landscape orientation.  The old code
was disabling 180 degree orientation detection when it shouldn't have.

Change-Id: I484a0aa44b3b8267a7d3b74bdf39c296faa7c6e3
2011-01-23 13:05:44 -08:00
Dianne Hackborn
11a5d42454 am b149f5c8: Merge "Fix issue #3302006: Cannot see the dialog lunched from a transparent activity." into honeycomb
* commit 'b149f5c8d29cda2f2e46559a68467be89714f737':
  Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.
2011-01-23 12:03:16 -08:00
Romain Guy
1b58fcf73a am 60559631: Merge "Collapse sucessive calls to restoreToCount() in display lists." into honeycomb
* commit '6055963155450dff2c287d5568a5c4390d796f3a':
  Collapse sucessive calls to restoreToCount() in display lists.
2011-01-23 12:01:15 -08:00
Dianne Hackborn
b149f5c8d2 Merge "Fix issue #3302006: Cannot see the dialog lunched from a transparent activity." into honeycomb 2011-01-23 12:00:41 -08:00
Romain Guy
6055963155 Merge "Collapse sucessive calls to restoreToCount() in display lists." into honeycomb 2011-01-23 11:59:39 -08:00
Romain Guy
27454a42de Collapse sucessive calls to restoreToCount() in display lists.
Change-Id: Icb3d3dc2c579436d375269a9cb0b821a931c5a79
2011-01-23 12:01:41 -08:00
Adam Powell
3cd70bc62d am b35672e4: Merge "Fix bug 3380299 - Update checkboxes to show checks." into honeycomb
* commit 'b35672e4ef5dfe9719c2ba4b088eceabab0fade8':
  Fix bug 3380299 - Update checkboxes to show checks.
2011-01-23 11:51:04 -08:00
Adam Powell
b35672e4ef Merge "Fix bug 3380299 - Update checkboxes to show checks." into honeycomb 2011-01-23 11:44:55 -08:00
Jesse Wilson
db35269ae4 Don't call broken+deprecated SamplingProfiler.writeHprofData
http://b/3381260
Change-Id: I5cf5ef8fbac2ada3669a0f7eff42f834db6573d7
2011-01-23 11:43:45 -08:00
Romain Guy
f632765e0c am 4cf6e2f3: Fix potential crash in display lists.
* commit '4cf6e2f34994f160e1baba205a43c12784dd3e0d':
  Fix potential crash in display lists.
2011-01-23 11:35:41 -08:00
Romain Guy
4cf6e2f349 Fix potential crash in display lists.
Change-Id: I868821cbe69f7e71d93701b9cdb528a2ef796cd4
2011-01-23 11:35:13 -08:00
Adam Powell
9061a9bda8 Fix bug 3380299 - Update checkboxes to show checks.
Glowing square lights out, check marks in!

Update radio buttons.

Change-Id: I8f03f4a72ad8d97310bd4f7321dde0d466bd6d49
2011-01-22 19:03:54 -08:00
Dianne Hackborn
ff801ec713 Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.
The activity manager was not performing the layout pass on the new window,
because its app token was still hidden, because the activity manager / window
manager were still waiting for it to be ready to show.

Just ignore whether the app token is hidden for this case.

Also fixes some problems with animations, and tweaks the ViewConfiguration
values for xlarge screens.

Change-Id: Icbe9c77ba8127d1e02df2d6f27b8e86ec842e50a
2011-01-22 18:13:13 -08:00
Adam Powell
3808f4bed7 am 41f42412: Fix bug 3380266 - Add searchview min width defaults for non-xlarge configurations
* commit '41f4241240798be91adcff7181e5a3adf651da55':
  Fix bug 3380266 - Add searchview min width defaults for non-xlarge configurations
2011-01-22 16:22:22 -08:00
Adam Powell
41f4241240 Fix bug 3380266 - Add searchview min width defaults for non-xlarge configurations
Change-Id: Ibebf7438b668c27f726d9023d0530d90e72d413c
2011-01-22 15:24:49 -08:00
Mike Lockwood
f1762fd25f am 2d044d1f: Merge "Remove MTP related log spam" into honeycomb
* commit '2d044d1ff9d5d51eba9669857b7d5ea4e9c2ac52':
  Remove MTP related log spam
2011-01-22 14:37:31 -08:00
Mike Lockwood
2d044d1ff9 Merge "Remove MTP related log spam" into honeycomb 2011-01-22 14:35:39 -08:00
Dianne Hackborn
db4e32fe68 am f36af164: Merge "Whoops, actually exclude pre-HC apps." into honeycomb
* commit 'f36af16479e252bec168ed181885ec21d9df46f5':
  Whoops, actually exclude pre-HC apps.
2011-01-22 13:09:01 -08:00
Dianne Hackborn
f36af16479 Merge "Whoops, actually exclude pre-HC apps." into honeycomb 2011-01-22 13:06:48 -08:00
Dianne Hackborn
842e04b221 Whoops, actually exclude pre-HC apps.
Change-Id: I7266b3a622ae65f350bdb2a0eb6557b481a14365
2011-01-22 13:00:12 -08:00
Dianne Hackborn
8a0f175600 am 5503d803: Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb
* commit '5503d803ecee63d417128d3849717b59b971fc08':
  Fix issue #3377999: Activities need to be stopped when sleeping
2011-01-22 11:51:40 -08:00
Dianne Hackborn
6d92cde287 am 35f4d32d: Merge "frameworks/base: Track owner in appropriate owners list of Uri"
* commit '35f4d32dc2f0c383323e780ecc7e2764704c5d2c':
  frameworks/base: Track owner in appropriate owners list of Uri
2011-01-22 11:50:41 -08:00
Dianne Hackborn
5503d803ec Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb 2011-01-22 11:38:48 -08:00
Dianne Hackborn
35f4d32dc2 Merge "frameworks/base: Track owner in appropriate owners list of Uri" 2011-01-22 11:26:05 -08:00
Romain Guy
8b9a5ad9d5 am b2ee64ed: Merge "Fix regression with hardware layers." into honeycomb
* commit 'b2ee64edffe3dfe7316baa435566f777e657d9a0':
  Fix regression with hardware layers.
2011-01-22 00:41:16 -08:00
Romain Guy
b2ee64edff Merge "Fix regression with hardware layers." into honeycomb 2011-01-22 00:39:16 -08:00
Romain Guy
c88e357d1e Fix regression with hardware layers.
The renderer was checking whether the layer's region is a rect to
draw it with a simple quad. This test was done against the layer's
region structure, which was cleared after generating the mesh.
Unfortunately Region::isRect() returns true when the region is
empty, which was causing the renderer to always use a quad to
draw a mesh on screen.

Change-Id: If4b874579ee0cedcb67367c9efa5c0c98ca55231
2011-01-22 00:35:23 -08:00
Dirk Dougherty
1d823826dc am 794e8867: Merge "doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance." into honeycomb
* commit '794e886715143e2c48c9f69ed1adc2517a5541b1':
  doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance.
2011-01-21 22:27:07 -08:00
Daniel Sandler
40c1545d72 Smoothly hide the list when there are no notifications.
Bug: 3374985
Change-Id: I18be9f1112ac9dc4f7bc4446c2a2dd92d1cde339
2011-01-22 01:26:22 -05:00
Dirk Dougherty
794e886715 Merge "doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance." into honeycomb 2011-01-21 22:24:42 -08:00
Dirk Dougherty
8608476c45 doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance.
Change-Id: Ia6f0731538ed8df76dbb949d9052667013b8da7c
2011-01-21 22:21:47 -08:00
Jaikumar Ganesh
f643974954 am 1c9761e3: Merge "Do Not Merge Connect other profiles when priority is auto connect." into gingerbread
* commit '1c9761e30d6eccfe104928cdc961ed1d3a5e2f6b':
  Do Not Merge Connect other profiles when priority is auto connect.
2011-01-21 21:36:32 -08:00
Jaikumar Ganesh
153ab0eb53 am 8db58ea5: Merge "Connect other profiles when priority is auto connect." into honeycomb
* commit '8db58ea52c618337fa91289aa42572599d58dafc':
  Connect other profiles when priority is auto connect.
2011-01-21 21:26:40 -08:00
Jaikumar Ganesh
1c9761e30d Merge "Do Not Merge Connect other profiles when priority is auto connect." into gingerbread 2011-01-21 21:25:01 -08:00
Jaikumar Ganesh
8db58ea52c Merge "Connect other profiles when priority is auto connect." into honeycomb 2011-01-21 21:24:49 -08:00
Romain Guy
a8fe992351 am acf36126: Merge "Log only 1 line per process when using OpenGLRenderer." into honeycomb
* commit 'acf36126e4620a0cc36d4e5b1268d15777ea4361':
  Log only 1 line per process when using OpenGLRenderer.
2011-01-21 21:18:06 -08:00
Romain Guy
acf36126e4 Merge "Log only 1 line per process when using OpenGLRenderer." into honeycomb 2011-01-21 21:15:40 -08:00
Romain Guy
c9855a53ed Log only 1 line per process when using OpenGLRenderer.
Change-Id: Idbdd6b84f31301e58ed53e0d50fd61fece192dfa
2011-01-21 21:14:15 -08:00
Robert Ly
2e6927c40e am baf5e768: Doc change: adding sample links
* commit 'baf5e7683e83fee8aac5ef0e5aadc55dfd177f9a':
  Doc change: adding sample links
2011-01-21 21:07:43 -08:00
Mike Lockwood
f26a586c86 Remove MTP related log spam
Change-Id: I9de1792cbeec07fa5ab42ff9a10813f0c3d30fc1
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-21 21:00:54 -08:00
Robert Ly
baf5e7683e Doc change: adding sample links
Change-Id: I8922fe5d775b1b3c9acf0c1002188a9dd89ff611
2011-01-21 20:58:48 -08:00
Jesse Wilson
5655e36534 am 3a27acef: Merge "Update preloaded-classes for Honeycomb." into honeycomb
* commit '3a27acef4e72d80bbbe0618b50785a2945ef4910':
  Update preloaded-classes for Honeycomb.
2011-01-21 19:31:17 -08:00
Jesse Wilson
3a27acef4e Merge "Update preloaded-classes for Honeycomb." into honeycomb 2011-01-21 19:29:22 -08:00