Romain Guy
ad575f4dda
Merge "When deleting a path, remove it from the path cache. Bug #4170585 "
2011-03-24 16:05:13 -07:00
Chet Haase
8a40f6a632
Merge "Fix bug with accelerated translucent rendering"
2011-03-24 16:04:22 -07:00
Romain Guy
1af23a32d8
When deleting a path, remove it from the path cache.
...
Bug #4170585
Change-Id: I6be4d251ceb908c89afe49c2ff85c05f36c73b70
2011-03-24 16:03:55 -07:00
Michael Jurka
9c78930046
Merge "Fixing invalidate problems in software rendered mode"
2011-03-24 16:00:50 -07:00
Adam Powell
1147bb6989
Merge "Fix bug 4084399 - with usb keyboard, actionbar menuitems with icon+text take dpad focus twice in row"
2011-03-24 15:57:55 -07:00
Adam Powell
6bddd8771d
Fix bug 4084399 - with usb keyboard, actionbar menuitems with
...
icon+text take dpad focus twice in row
Fix action menu item layout focusability so that only the full item is
focusable. Fix up listeners appropriately.
Change-Id: I127c36404894869a08c5f4472491e3e596563c5c
2011-03-24 15:56:07 -07:00
Chet Haase
f147340bd1
Fix bug with accelerated translucent rendering
...
There was a bug in the dirty region optimizations when
using alpha layers. This prevented translucent objects from
being drawn at all in many situations.
Change-Id: I23e9bce3595fbd6fe2bda15e8753a0f35baffb82
2011-03-24 15:55:05 -07:00
Michael Jurka
d0872bd38a
Fixing invalidate problems in software rendered mode
2011-03-24 15:45:27 -07:00
Jeff Brown
b7c25ce3ae
Merge "Add MotionEvent.HOVER_ENTER and HOVER_EXIT."
2011-03-24 15:38:04 -07:00
Jeff Brown
a032cc0086
Add MotionEvent.HOVER_ENTER and HOVER_EXIT.
...
The input dispatcher sends a HOVER_ENTER to a window before dispatching
it any HOVER_MOVE events. For compatibility reasons, the window will
*also* receive the HOVER_MOVE. When the pointer moves into a different
window or the pointer goes down or when events are canceled for some reason,
the input dispatcher sends a HOVER_EXIT to the previously hovered window.
The view hierarchy behavior is similar. All views under the pointer
receive onHoverEvent with HOVER_ENTER followed by any number of HOVER_MOVE
events. When the pointer leaves a view, the view receives HOVER_EXIT.
Similarly, if a parent view decides to capture hover by returning true
from onHoverEvent, the hovered descendants will receive HOVER_EXIT.
The default behavior of onHoverEvent is to update the view's hovered
state by calling setHovered(true/false). Views can query their current
hovered state using isHovered().
For testing purposes, the hovered state is mapped to the pressed
drawable state. This will change in a subsequent commit with the
introduction of a new hovered drawable state.
Change-Id: Ib76a7a90236c8f2c7336e55773acade6346cacbe
2011-03-24 15:37:04 -07:00
Eino-Ville Talvala
a5d42c8578
Merge "NEW_API: Add getTimestamp() to SurfaceTexture."
2011-03-24 15:36:56 -07:00
Scott Main
26f9c2ebcd
am 9a159217: am f54972d0: am cc4b6a61: am 4045e6b9: docs: a11y doc typo
...
* commit '9a159217f538c0e228699530dceb22872bb7ba7f':
docs: a11y doc typo
2011-03-24 14:23:16 -07:00
Adam Powell
3224fac18c
Merge "Fix bug 3484000 - ActionBar visibility issue"
2011-03-24 14:20:31 -07:00
Adam Powell
d814504979
Fix bug 3484000 - ActionBar visibility issue
...
Fix up action bar visibility state when shown without animation.
Change-Id: I51e56e2c983d7bb608bb6834d39ac2c5d926d63c
2011-03-24 14:18:27 -07:00
Scott Main
9a159217f5
am f54972d0: am cc4b6a61: am 4045e6b9: docs: a11y doc typo
...
* commit 'f54972d06006ae73c88811d4a2db00d4919a1c16':
docs: a11y doc typo
2011-03-24 14:17:16 -07:00
Scott Main
f54972d060
am cc4b6a61: am 4045e6b9: docs: a11y doc typo
...
* commit 'cc4b6a61c6df67c211ac85d49f457fd562abf142':
docs: a11y doc typo
2011-03-24 14:11:39 -07:00
Romain Guy
586a18391e
Merge "Always apply the tile mode. Bug #4170455 "
2011-03-24 14:05:49 -07:00
Romain Guy
ee0c116ab2
Always apply the tile mode.
...
Bug #4170455
Change-Id: Id537a226a0b59bfa65b54bcea062aa5bf1a730b8
2011-03-24 14:05:06 -07:00
Scott Main
cc4b6a61c6
am 4045e6b9: docs: a11y doc typo
...
* commit '4045e6b9ab296436cb5344f3af7184c2ce2a8ff0':
docs: a11y doc typo
2011-03-24 14:00:47 -07:00
Romain Guy
12c694cde1
Merge "Avoid NPE in postInvalidate(). Bug #4048131 "
2011-03-24 13:30:37 -07:00
Romain Guy
c5a43a249b
Avoid NPE in postInvalidate().
...
Bug #4048131
Change-Id: I020400fc97015240924461674ca7bf8077059152
2011-03-24 13:28:56 -07:00
Scott Main
4045e6b9ab
docs: a11y doc typo
...
Change-Id: Ib4c41c129c8ecbd738dfe6866bd429efdf17c23f
2011-03-24 13:25:48 -07:00
Scott Main
4282fb46a5
am c6752c37: am c55a6eed: am 119e79cf: am e0b3f2a7: docs: fix a few things in a11y doc
...
* commit 'c6752c370c89c5860265427ef17afc3179261523':
docs: fix a few things in a11y doc
2011-03-24 12:32:56 -07:00
Scott Main
c6752c370c
am c55a6eed: am 119e79cf: am e0b3f2a7: docs: fix a few things in a11y doc
...
* commit 'c55a6eed2587f642b2c12ed65f85def7f62d6339':
docs: fix a few things in a11y doc
2011-03-24 12:31:02 -07:00
Scott Main
c55a6eed25
am 119e79cf: am e0b3f2a7: docs: fix a few things in a11y doc
...
* commit '119e79cf2763592389b4543612400d746bb9aeb2':
docs: fix a few things in a11y doc
2011-03-24 12:29:24 -07:00
Scott Main
119e79cf27
am e0b3f2a7: docs: fix a few things in a11y doc
...
* commit 'e0b3f2a788e63a10b0fa21bdd700fbcf7e1add34':
docs: fix a few things in a11y doc
2011-03-24 12:26:58 -07:00
Scott Main
382ab8eb4f
am 67b2f3f1: am e8eb0f73: am 95cb883c: am b7cfa729: Merge "docs: add document for accessibility, authored by Cheryl Simon (clsimon)" into honeycomb
...
* commit '67b2f3f1914d93731e8a9260915f6a0c7c6fddcb':
docs: add document for accessibility, authored by Cheryl Simon (clsimon)
2011-03-24 12:17:15 -07:00
Gloria Wang
08a208938f
am 3c1c3d89: (-s ours) am 480edfb9: am e2cd3353: Merge "Fix for bug 4165823. Add death listener to clean-up drmserver appropriately when drmserver died. Cherry-pick from master. Do not merge." into honeycomb-mr1
...
* commit '3c1c3d898ca1ade5f8ef0f71ddb928af3a780276':
Fix for bug 4165823. Add death listener to clean-up drmserver appropriately when drmserver died. Cherry-pick from master. Do not merge.
2011-03-24 12:17:12 -07:00
Bill Gruber
47238183b9
am 24a5c354: am d631dd03: am 6efa3599: am e002734d: Merge "IAB doc updates for final launch plus bug fixes Bug: 3491550 Bug: 3491426 Bug: 3407948" into honeycomb
...
* commit '24a5c354f18ebb583a18df685575243129c1c43c':
IAB doc updates for final launch plus bug fixes Bug: 3491550 Bug: 3491426 Bug: 3407948
2011-03-24 12:17:05 -07:00
Scott Main
e0b3f2a788
docs: fix a few things in a11y doc
...
Change-Id: I142b0b4498cf6d19655ad1ccc2066e59c39e75a6
2011-03-24 12:15:35 -07:00
Romain Guy
cf38b0cea6
Merge "Correctly check bottom padding in setPadding()."
2011-03-24 12:04:20 -07:00
Romain Guy
13f35f3ce6
Correctly check bottom padding in setPadding().
...
Change-Id: Ie8099d37ad865acc559c4a4d34eb84960a1a19f3
2011-03-24 12:03:17 -07:00
Stephen Hines
46709f13c7
Merge "Revert "Fix cleanup bug clearing script references.""
2011-03-24 12:00:09 -07:00
Stephen Hines
044d7d99f8
Revert "Fix cleanup bug clearing script references."
...
This change was actually incorrect and causes crashes in ~Context.
This reverts commit 88728ecaeab1358e1748cbbf6ed954fd9a960692.
2011-03-24 11:50:40 -07:00
Adam Powell
5728d924a9
Merge "Fix bug 4136071 - CAB causes the action bar to be shown, regardless of previous state"
2011-03-24 11:16:13 -07:00
Adam Powell
07e1f988c0
Fix bug 4136071 - CAB causes the action bar to be shown, regardless of
...
previous state
Hide the action bar upon finishing a mode if it was hidden when the
mode started. If show() is called while the mode is active, the bar
will not hide when the mode finishes.
Change-Id: I7d9b593b9ecd9fa633251abebcdca0d85405252a
2011-03-24 11:12:58 -07:00
Scott Main
67b2f3f191
am e8eb0f73: am 95cb883c: am b7cfa729: Merge "docs: add document for accessibility, authored by Cheryl Simon (clsimon)" into honeycomb
...
* commit 'e8eb0f732111ff660b36365365fab21c685e1d6b':
docs: add document for accessibility, authored by Cheryl Simon (clsimon)
2011-03-24 10:56:49 -07:00
Scott Main
e8eb0f7321
am 95cb883c: am b7cfa729: Merge "docs: add document for accessibility, authored by Cheryl Simon (clsimon)" into honeycomb
...
* commit '95cb883c066b754a96c899b48bd487e2ad0f213d':
docs: add document for accessibility, authored by Cheryl Simon (clsimon)
2011-03-24 10:54:08 -07:00
Scott Main
95cb883c06
am b7cfa729: Merge "docs: add document for accessibility, authored by Cheryl Simon (clsimon)" into honeycomb
...
* commit 'b7cfa72932fbb3c794c6e5509b4a5b716236f558':
docs: add document for accessibility, authored by Cheryl Simon (clsimon)
2011-03-24 10:51:50 -07:00
Scott Main
b7cfa72932
Merge "docs: add document for accessibility, authored by Cheryl Simon (clsimon)" into honeycomb
2011-03-24 10:49:59 -07:00
Gloria Wang
3c1c3d898c
am 480edfb9: am e2cd3353: Merge "Fix for bug 4165823. Add death listener to clean-up drmserver appropriately when drmserver died. Cherry-pick from master. Do not merge." into honeycomb-mr1
...
* commit '480edfb9e0c90ae1ae970a1e5e09640db112803e':
Fix for bug 4165823. Add death listener to clean-up drmserver appropriately when drmserver died. Cherry-pick from master. Do not merge.
2011-03-24 10:43:44 -07:00
Gloria Wang
480edfb9e0
am e2cd3353: Merge "Fix for bug 4165823. Add death listener to clean-up drmserver appropriately when drmserver died. Cherry-pick from master. Do not merge." into honeycomb-mr1
...
* commit 'e2cd33531182b31e0ace2c3acb0e960fbf1ba273':
Fix for bug 4165823. Add death listener to clean-up drmserver appropriately when drmserver died. Cherry-pick from master. Do not merge.
2011-03-24 10:42:14 -07:00
Gloria Wang
e2cd335311
Merge "Fix for bug 4165823. Add death listener to clean-up drmserver appropriately when drmserver died. Cherry-pick from master. Do not merge." into honeycomb-mr1
2011-03-24 10:40:26 -07:00
Jesse Wilson
ff5569948f
Don't link to Harmony implementation details in public APIs.
...
Change-Id: I8a157d64d87443b512a5b958d52a0769ef01ef7b
2011-03-24 10:36:52 -07:00
Bill Gruber
24a5c354f1
am d631dd03: am 6efa3599: am e002734d: Merge "IAB doc updates for final launch plus bug fixes Bug: 3491550 Bug: 3491426 Bug: 3407948" into honeycomb
...
* commit 'd631dd03ec235300fb323922125b21becfd947ed':
IAB doc updates for final launch plus bug fixes Bug: 3491550 Bug: 3491426 Bug: 3407948
2011-03-24 10:35:53 -07:00
Bill Gruber
d631dd03ec
am 6efa3599: am e002734d: Merge "IAB doc updates for final launch plus bug fixes Bug: 3491550 Bug: 3491426 Bug: 3407948" into honeycomb
...
* commit '6efa3599590d3c75a648c3d93353011eb8e30278':
IAB doc updates for final launch plus bug fixes Bug: 3491550 Bug: 3491426 Bug: 3407948
2011-03-24 10:33:53 -07:00
Gloria Wang
9e1e9a339e
Fix for bug 4165823.
...
Add death listener to clean-up drmserver appropriately when drmserver died.
Cherry-pick from master. Do not merge.
Change-Id: I7782cc96ce173a87ebfd315950f3880fa90294d6
2011-03-24 10:30:57 -07:00
Bill Gruber
6efa359959
am e002734d: Merge "IAB doc updates for final launch plus bug fixes Bug: 3491550 Bug: 3491426 Bug: 3407948" into honeycomb
...
* commit 'e002734dd2b330ff6f964eeccaf3c6c6207dd9bf':
IAB doc updates for final launch plus bug fixes Bug: 3491550 Bug: 3491426 Bug: 3407948
2011-03-24 10:30:30 -07:00
Bill Gruber
e002734dd2
Merge "IAB doc updates for final launch plus bug fixes Bug: 3491550 Bug: 3491426 Bug: 3407948" into honeycomb
2011-03-24 10:26:20 -07:00
Bill Gruber
dd8ea580d4
IAB doc updates for final launch plus bug fixes
...
Bug: 3491550
Bug: 3491426
Bug: 3407948
Change-Id: I6f02397a62a3f73599ac7ded28e47d9bb1a3d3e9
2011-03-24 10:23:52 -07:00