Svetoslav Ganov
e3f71db553
am cecb1db6: Merge "Invisible of gone views fire accessibility events." into honeycomb
...
* commit 'cecb1db6accffaa4749b1b0e71c0ec842c5b7a1a':
Invisible of gone views fire accessibility events.
2011-01-13 14:48:22 -08:00
Svetoslav Ganov
cecb1db6ac
Merge "Invisible of gone views fire accessibility events." into honeycomb
2011-01-13 14:46:27 -08:00
Adam Powell
c0171d5e8e
Fix bug 3242262 - Add queryHint attribute for SearchView
...
Change-Id: I211b65139622c2a2cba03bd1323e2543b09bb111
2011-01-13 14:46:15 -08:00
Gilles Debunne
fb81703ab1
fix for cts DuplicateParentStateEnabled bug with TextViews.
...
Bug 3347206
Do not add an extra slot in the drawable state for multiline if it
is not needed.
Updated setDuplicateParentStateEnabled documentation.
Change-Id: I95f74284721e25b483e12e9b861e810a55c260b6
2011-01-13 14:41:25 -08:00
Dianne Hackborn
f99f9c5f92
Fix issue #3153930 : orphan window left on screen
...
The problem is that if a window containing children is removed
before the children are, the children may be lost. This change
(amongst the huge amount of new debugging code) now ensures at
this point that all children windows are removed when the parent
is.
Note that this results in a bunch of error messages now as the
client app tries to continue to do things with that child window.
This is correct, it shouldn't be doing that, and needs to be
fixed to stop it. But at least it now can't cause the window
manager to leak surfaces.
Change-Id: I7b80dd89ff9de7cb5af1dc759cfa4b31ac29cddc
2011-01-13 14:24:16 -08:00
Svetoslav Ganov
9cd1eca854
Invisible of gone views fire accessibility events.
...
bug:3350110
1. Added a visibility check before sending an accessibility event.
Change-Id: I322ede3844502bc623ba2aff2b3586a9925ba682
2011-01-13 14:24:08 -08:00
Christopher Tate
bab84e8586
am 6458202a: Merge "Suppress orientation changes during drag operations" into honeycomb
...
* commit '6458202abe0c9df932f44223d05761673ba6e9fa':
Suppress orientation changes during drag operations
2011-01-13 14:22:05 -08:00
Christopher Tate
6458202abe
Merge "Suppress orientation changes during drag operations" into honeycomb
2011-01-13 14:20:48 -08:00
Xavier Ducrohet
188ae7d5f1
am a6cbd728: Merge "LayoutLib: Use the new log tag constants from LayoutLog" into honeycomb
...
* commit 'a6cbd72816932239a9d7e5fe665d05d6d0eae3bb':
LayoutLib: Use the new log tag constants from LayoutLog
2011-01-13 13:47:06 -08:00
Xavier Ducrohet
a6cbd72816
Merge "LayoutLib: Use the new log tag constants from LayoutLog" into honeycomb
2011-01-13 13:45:38 -08:00
Jamie Gennis
202b603dc1
am 3defffe0: Merge "Fix remote GraphicBuffer allocation in SurfaceFlinger." into honeycomb
...
* commit '3defffe06e6989506698ecdce1be3149a33774c1':
Fix remote GraphicBuffer allocation in SurfaceFlinger.
2011-01-13 13:00:10 -08:00
Jamie Gennis
d707fc914e
am 57ce3909: Merge "Add logging to SurfaceTextureClient." into honeycomb
...
* commit '57ce3909fc05b06585bf11b14a704340a0763401':
Add logging to SurfaceTextureClient.
2011-01-13 12:58:09 -08:00
Jamie Gennis
3defffe06e
Merge "Fix remote GraphicBuffer allocation in SurfaceFlinger." into honeycomb
2011-01-13 12:57:21 -08:00
Jamie Gennis
57ce3909fc
Merge "Add logging to SurfaceTextureClient." into honeycomb
2011-01-13 12:56:38 -08:00
Fabrice Di Meglio
aa45d43fcb
am 27ac243e: Merge "Print currentDestinationString() for each backup transport" into honeycomb
...
* commit '27ac243e2dc4688b6e761edc3ee85eb7a3bf1f21':
Print currentDestinationString() for each backup transport
2011-01-13 12:46:55 -08:00
Jeff Hamilton
06bb3aef0d
am 52d3203e: Add dispatching overrides for foreground apps.
...
* commit '52d3203ef69d4babbc4dd030a15c08c0b8d1d226':
Add dispatching overrides for foreground apps.
2011-01-13 12:46:16 -08:00
Fabrice Di Meglio
27ac243e2d
Merge "Print currentDestinationString() for each backup transport" into honeycomb
2011-01-13 12:45:27 -08:00
Svetoslav Ganov
79ef5dd8ff
am 462433ae: Merge "DatePicker is calling back its listener on init." into honeycomb
...
* commit '462433ae94ff33f9591d910b662e63b821549cad':
DatePicker is calling back its listener on init.
2011-01-13 12:43:43 -08:00
Svetoslav Ganov
462433ae94
Merge "DatePicker is calling back its listener on init." into honeycomb
2011-01-13 12:41:04 -08:00
Wei-Ta Chen
2e206ff8b9
am 62cd5c97: (-s ours) am 61d9ffbf: Merge "Do not merge." into gingerbread
...
* commit '62cd5c9788abbd5b715ec2a6eaf64dd3945fdbaf':
Do not merge.
2011-01-13 12:38:38 -08:00
Gloria Wang
c35b326891
am 1dac4cdd: am a220a297: Merge "Initial OMA DRM forward lock contribution"
...
* commit '1dac4cdd6faba15426a0b37a7a615c04f5a35394':
Initial OMA DRM forward lock contribution
2011-01-13 12:38:29 -08:00
Fabrice Di Meglio
8aac3ee086
Print currentDestinationString() for each backup transport
...
when doing a "adb shell dumpsys backup"
Change-Id: I9a7d080ad50b715f693f3e16cae3d6e5b1189d47
2011-01-13 12:37:44 -08:00
Jeff Hamilton
52d3203ef6
Add dispatching overrides for foreground apps.
...
Apps can register to override the default dispatching
but only when they're in the foreground.
Change-Id: I8e9a9254d3f79f097fb3c8c677d806043574ba4d
2011-01-13 14:24:07 -06:00
Dan Morrill
85ffbe6b02
Merge "Fix merge conflict for 'c506ab89'" into honeycomb-plus-aosp
2011-01-13 12:21:07 -08:00
Jamie Gennis
f7acf162f8
Fix remote GraphicBuffer allocation in SurfaceFlinger.
...
This change fixes a horrible hack that I did to allow application
processes to create GraphicBuffer objects by making a binder call to
SurfaceFlinger. This change introduces a new binder interface
specifically for doing this, and does it in such a way that
SurfaceFlinger will maintain a reference to the buffers until the app is
done with them.
Change-Id: Icb240397c6c206d7f69124c1497a829f051cb49b
2011-01-13 12:19:04 -08:00
Jamie Gennis
e8d0e8a776
Add logging to SurfaceTextureClient.
...
Change-Id: I984c3b9c88f8af613a50138188ff1b770e2de6b4
2011-01-13 12:19:03 -08:00
Jason parks
4a534fa899
am a3cdaa53: Revert "Remove the APIs for the old encryption scheme."
...
* commit 'a3cdaa5337fa573c4c61770195d6232c2e587090':
Revert "Remove the APIs for the old encryption scheme."
2011-01-13 12:18:40 -08:00
Jason parks
a3cdaa5337
Revert "Remove the APIs for the old encryption scheme."
...
This reverts commit 1125d780a8b61703b8eb28c5c77dac5f3f0022dd.
2011-01-13 14:15:43 -06:00
Romain Guy
718153c717
am c15c7a79: Merge "Cleanup implementation of hardware layers." into honeycomb
...
* commit 'c15c7a79a69733bd21d6548fd74c2874fdabe7e8':
Cleanup implementation of hardware layers.
2011-01-13 12:15:35 -08:00
Jamie Gennis
c3693a10d4
am 5865c494: Merge "Fix a bug in SurfaceTexture::dequeueBuffer." into honeycomb
...
* commit '5865c494a571a7e164218857d3b860004c50baf6':
Fix a bug in SurfaceTexture::dequeueBuffer.
2011-01-13 12:15:31 -08:00
Romain Guy
c15c7a79a6
Merge "Cleanup implementation of hardware layers." into honeycomb
2011-01-13 12:13:59 -08:00
Jamie Gennis
5865c494a5
Merge "Fix a bug in SurfaceTexture::dequeueBuffer." into honeycomb
2011-01-13 12:13:56 -08:00
Romain Guy
ada830f639
Cleanup implementation of hardware layers.
...
The new implementation relies on OpenGLRenderer's existing layer
code instead of duplicating it. The new code is much cleaner, with
simpler and better APIs and allows tracking of drawn regions inside
layers. Region tracking is not yet enabled but this will be done
in a future CL.
Change-Id: Ie826121a2227de8252c77b992a61218defea5143
2011-01-13 12:13:20 -08:00
Wei-Ta Chen
62cd5c9788
am 61d9ffbf: Merge "Do not merge." into gingerbread
...
* commit '61d9ffbfd86dfe6bacce431b8ed9eebe1cfd8178':
Do not merge.
2011-01-13 12:06:38 -08:00
Eric Laurent
345fb5313b
am 8eff4524: Merge "Fix issue 3302649." into honeycomb
...
* commit '8eff45242180c7dec2b437c3929cb7ea3345f60c':
Fix issue 3302649.
2011-01-13 12:02:35 -08:00
Wei-Ta Chen
61d9ffbfd8
Merge "Do not merge." into gingerbread
2011-01-13 12:02:32 -08:00
Eric Laurent
8eff452421
Merge "Fix issue 3302649." into honeycomb
2011-01-13 11:59:13 -08:00
Dan Morrill
8cc7c34c1b
Fix merge conflict for 'c506ab89'
...
Conflicts:
NOTICE
Change-Id: Iace8272fbb0f7b7d9a3adf521dcf3635abfc90e6
2011-01-13 11:48:42 -08:00
Svetoslav Ganov
2f136a874d
DatePicker is calling back its listener on init.
...
bug:3341515
1.Changed the callbeack registration to follow the spinners
initialization.
Change-Id: I3baff68c295993f975beec2b376af88e32b24e20
2011-01-13 11:33:10 -08:00
Jamie Gennis
c75d901cc4
am 9aba2324: Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycomb
...
* commit '9aba2324ac8d7216732b42346bfcaf0be71eb22e':
Add getTransformMatrix to the SurfaceTexture API.
2011-01-13 11:31:03 -08:00
Jamie Gennis
9aba2324ac
Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycomb
2011-01-13 11:29:14 -08:00
Gloria Wang
1dac4cdd6f
am a220a297: Merge "Initial OMA DRM forward lock contribution"
...
* commit 'a220a2979937700024662be0f8fc166ca65506ed':
Initial OMA DRM forward lock contribution
2011-01-13 11:11:51 -08:00
Xavier Ducrohet
918aaa5717
LayoutLib: Use the new log tag constants from LayoutLog
...
Change-Id: I29dd578ae16405358d3673caf13528be393f0967
2011-01-13 11:08:27 -08:00
Eric Fischer
a37d341bf4
am 39d80c38: Merge "Import revised translations." into honeycomb
...
* commit '39d80c3846972e6204dfd956263a3fb6a799444d':
Import revised translations.
2011-01-13 11:03:47 -08:00
Eric Fischer
39d80c3846
Merge "Import revised translations." into honeycomb
2011-01-13 10:59:52 -08:00
Gloria Wang
a220a29799
Merge "Initial OMA DRM forward lock contribution"
2011-01-13 10:51:13 -08:00
Xavier Ducrohet
b7f50928a3
am 310a4d81: LAyoutLib: Fix build by adding missing IWindowSession implementation.
...
* commit '310a4d815b693e358d151b9aa2823c5022993f9b':
LAyoutLib: Fix build by adding missing IWindowSession implementation.
2011-01-13 10:46:59 -08:00
Xavier Ducrohet
310a4d815b
LAyoutLib: Fix build by adding missing IWindowSession implementation.
...
Change-Id: I0af178d149b782cac3ae0c36fa5fc03f4dc6118b
2011-01-13 10:43:00 -08:00
Xavier Ducrohet
5ab7ccdd37
am 1f1957f5: Merge "LayoutLib: move MockView back into its original package." into honeycomb
...
* commit '1f1957f50fec4bc8d8716793d22bb23ee7fb4a7f':
LayoutLib: move MockView back into its original package.
2011-01-13 10:28:05 -08:00
Xavier Ducrohet
2483d087e2
am 66a95e4d: Merge "LayoutLib: Add getViewParent/getViewIndex on RenderSession." into honeycomb
...
* commit '66a95e4dbeb1c6d33ceb7c320033041e7f8e2aaa':
LayoutLib: Add getViewParent/getViewIndex on RenderSession.
2011-01-13 10:28:02 -08:00