Adam Powell
db38041002
am 16062128: Merge "Allow more scaling values to be tuned in resource overlays" into jb-mr1-dev
...
* commit '160621280d7eaba7eeddc183c4c11aa49d32e30e':
Allow more scaling values to be tuned in resource overlays
2012-10-09 13:27:42 -07:00
Adam Powell
3307958c6b
Allow more scaling values to be tuned in resource overlays
...
Bug 7267507
Change-Id: I3fba6882a0ac4cb7d34430ba36dec83c030a73cd
2012-10-09 11:21:08 -07:00
Jeff Brown
102e97bb6d
am 8f4baad3: Merge "Blank or unblank all displays as need." into jb-mr1-dev
...
* commit '8f4baad387d8ad63efbc05cfa8c4e4c472793deb':
Blank or unblank all displays as need.
2012-10-09 00:05:26 -07:00
Jeff Brown
9e316a1a2a
Blank or unblank all displays as need.
...
Ensures that both the internal display and HDMI are blanked
or unblanked in tandem.
Bug: 7309812
Change-Id: Ie8b96d393e8bb20d23c92f3320142d9f7cf42aff
2012-10-08 19:23:15 -07:00
Justin Koh
1a7cfd67c2
Merge "Fix for the clearing of fling events" into jb-mr1-aah-dev
2012-10-08 10:52:07 -07:00
Romain Guy
b0f8514753
am 133fcdf4: Merge "Clear draw flags when updating TextureView\'s layer Bug #7171323 " into jb-mr1-dev
...
* commit '133fcdf44bccbda1fe7931bca7d911806435491b':
Clear draw flags when updating TextureView's layer Bug #7171323
2012-10-07 23:36:08 -07:00
Romain Guy
133fcdf44b
Merge "Clear draw flags when updating TextureView's layer Bug #7171323 " into jb-mr1-dev
2012-10-07 18:00:41 -07:00
Romain Guy
52b307ebc8
Clear draw flags when updating TextureView's layer
...
Bug #7171323
Finally!
Change-Id: Iefef8fb9a8ef1fe4b374005067145319312c57cf
2012-10-07 17:57:30 -07:00
Craig Mautner
8ee7ac22e6
am 33877e15: Merge "Adds showWhenLocked attribute to Activities." into jb-mr1-dev
...
* commit '33877e15b8bfc50bd874027689a4794aa93b923d':
Adds showWhenLocked attribute to Activities.
2012-10-07 11:50:54 -07:00
Craig Mautner
33877e15b8
Merge "Adds showWhenLocked attribute to Activities." into jb-mr1-dev
2012-10-07 11:48:50 -07:00
Craig Mautner
5962b12bed
Adds showWhenLocked attribute to Activities.
...
The new attribute allows an Activity such as the alarm to appear
on all users screens.
Bug: 7213805 fixed.
Change-Id: If7866b13d88c04af07debc69e0e875d0adc6050a
2012-10-06 13:09:58 -07:00
Svetoslav Ganov
88ae2e2abe
am d9c99124: Merge "Incorrect temporary detach of accessibility focused view may lead to a crash." into jb-mr1-dev
...
* commit 'd9c99124d4870361c7c1e28fb78adf245eb1305a':
Incorrect temporary detach of accessibility focused view may lead to a crash.
2012-10-05 20:06:50 -07:00
Svetoslav Ganov
d9c99124d4
Merge "Incorrect temporary detach of accessibility focused view may lead to a crash." into jb-mr1-dev
2012-10-05 20:04:37 -07:00
Svetoslav Ganov
c886060272
Incorrect temporary detach of accessibility focused view may lead to a crash.
...
1. If an app naither reattaches nor removes detached view that has
accessibility focus, an exception in the drawing of accessibility
focus occurs since we are trying to compute the focused rect by
offseting the bounds of the focused view in coords of the root
but the focused one is not attached.
bug:7297191
Change-Id: Ib69d52e474b8ea365754f5311f5e809bd757dd1a
2012-10-05 18:47:13 -07:00
Svetoslav Ganov
82d5b6e1dd
am 020daada: Merge "Accessibility focus not cleared on temporary detach." into jb-mr1-dev
...
* commit '020daada9d5311921fe3185c68f083cf4aac18f8':
Accessibility focus not cleared on temporary detach.
2012-10-05 17:36:16 -07:00
Svetoslav Ganov
020daada9d
Merge "Accessibility focus not cleared on temporary detach." into jb-mr1-dev
2012-10-05 17:33:36 -07:00
Svetoslav Ganov
8d0739da7f
Accessibility focus not cleared on temporary detach.
...
1. There was a path for removing a view without clearing its accessibility focus.
Then when we try to draw the focused rectangle we get an exception since the
accessibility focused view is not attached to the view tree when computing
the location of the rectangel to draw.
bug:7297191
Change-Id: I81e3c35e830e27cf95e73accb665629d0c456afb
2012-10-05 17:26:49 -07:00
Craig Mautner
f630bd762f
am 2874a540: Merge "Add flag for displaying non-user\'s Windows to user." into jb-mr1-dev
...
* commit '2874a54068af1e7de3c1c046cc0061412daafaf8':
Add flag for displaying non-user's Windows to user.
2012-10-05 16:16:03 -07:00
Craig Mautner
2874a54068
Merge "Add flag for displaying non-user's Windows to user." into jb-mr1-dev
2012-10-05 16:14:12 -07:00
Craig Mautner
88400d3a31
Add flag for displaying non-user's Windows to user.
...
Created a new flag that indicates that a window should be shown
to all users. For the flag to be valid the owner of the window
must have system permissions.
Also separated system window types into those that show to all
users (e.g. StatusBar, Keyguard, ....) and those that appear only
to the owning users (e.g. Drag, ANR, TOAST, ...). Those that appear
only to their owner can override their default behavior using
the new flag (e.g. LowBattery).
Fixes bug 7211965.
Change-Id: I1fdca25d57b7b523f0c7f8bceb819af656c388d4
2012-10-05 15:29:25 -07:00
Romain Guy
4a4e2c1a3e
am 5075f8e3: Merge "Update TextureView\'s layer on size change Bug #7171323 " into jb-mr1-dev
...
* commit '5075f8e3237cb950104049fd8b5677e6aad0306f':
Update TextureView's layer on size change Bug #7171323
2012-10-05 15:16:30 -07:00
Romain Guy
5075f8e323
Merge "Update TextureView's layer on size change Bug #7171323 " into jb-mr1-dev
2012-10-05 15:14:07 -07:00
Romain Guy
88801b270f
Update TextureView's layer on size change
...
Bug #7171323
Change-Id: I24bedd7775ebf585ffcbd43b661e9c961f380c29
2012-10-05 14:58:33 -07:00
Jeff Brown
513b8ea16f
am 3f1246a2: Merge "Coordinate screen on with the window manager." into jb-mr1-dev
...
* commit '3f1246a29b58cf78ebe674ec0905ad1795027aac':
Coordinate screen on with the window manager.
2012-10-05 14:58:01 -07:00
Jeff Brown
c38c9be031
Coordinate screen on with the window manager.
...
Bug: 7267457
Change-Id: Ic2c322253639e1f0b2e4e72a7b145025d0240f93
2012-10-05 14:39:23 -07:00
Ben Pietrzak
128dc2cfdc
Fix for the clearing of fling events
...
Change-Id: If42134873157bb8f4f8834e2ca8afe7f78b321c9
2012-10-05 13:57:49 -07:00
Adam Cohen
a39c5c369a
am 327424d6: Merge "Plumbing to allow keyguard to be shown with user switcher (issue 7175023)" into jb-mr1-dev
...
* commit '327424d69b99213e872e91f05feba2d0a137d6c7':
Plumbing to allow keyguard to be shown with user switcher (issue 7175023)
2012-10-04 18:03:36 -07:00
Adam Cohen
f752202bee
Plumbing to allow keyguard to be shown with user switcher (issue 7175023)
...
-> Also reduced calls to lockNow, and moved this call in ActivityManagerService
Change-Id: I9ba34ca902f7c0f71fa4ec302104688ca8d11f55
2012-10-04 17:53:01 -07:00
Jeff Brown
4fb5b85a5b
am dce8b948: Merge "Fix parceling of display info flags." into jb-mr1-dev
...
* commit 'dce8b948320e933e46e4a38c496f56555472495f':
Fix parceling of display info flags.
2012-10-04 15:27:15 -07:00
Jeff Brown
dce8b94832
Merge "Fix parceling of display info flags." into jb-mr1-dev
2012-10-04 15:04:21 -07:00
Jeff Brown
3f2ba6220b
Fix parceling of display info flags.
...
Bug: 7283429
Change-Id: I5365a3b06d9b9f2414f9a9d2c94b0906c41b4ece
2012-10-04 14:58:43 -07:00
Satoshi Kataoka
faf45d2525
am ebf7e285: Merge "Close the current input method when attached view doesn\'t have a handler" into jb-mr1-dev
...
* commit 'ebf7e2851cab55348153fca299c52042b125924d':
Close the current input method when attached view doesn't have a handler
2012-10-03 21:05:12 -07:00
Satoshi Kataoka
ebf7e2851c
Merge "Close the current input method when attached view doesn't have a handler" into jb-mr1-dev
2012-10-03 21:02:20 -07:00
Romain Guy
5971d03f23
am f7ee2a03: Merge "Fix rendering artifacts on tiled renderers Bug #7275145 " into jb-mr1-dev
...
* commit 'f7ee2a03c1f930db4b20c04225f496ada97e646b':
Fix rendering artifacts on tiled renderers Bug #7275145
2012-10-03 18:49:30 -07:00
Romain Guy
dfab363807
Fix rendering artifacts on tiled renderers
...
Bug #7275145
This change fixes ViewRoot and adds extra debug information. It does
not solve the problem entirely. Another CL will.
Change-Id: I7e604ba38aad7f421769783dcbd998d6905ab2d9
2012-10-03 18:07:59 -07:00
Ben Pietrzak
6f403a8290
Synthesizing D-pad event directly from motion events. Includes fling.
...
Change-Id: I0b1d4fafee6f21b64ca8b4480e4fde73085efbbe
2012-10-03 17:31:49 -07:00
Satoshi Kataoka
3573950e0b
Close the current input method when attached view doesn't have a handler
...
Bug: 7187452
Change-Id: Iba4f7ac89f5806e871aaeb97f366935b83b95a5a
2012-10-03 12:07:23 +09:00
Adam Powell
653d4b47f4
am d27f1cd3: Merge "Further refine touchMajor processing in ScaleGestureDetector" into jb-mr1-dev
...
* commit 'd27f1cd30b140f042e11032e4aa4381756e2998f':
Further refine touchMajor processing in ScaleGestureDetector
2012-10-02 19:35:04 -07:00
Adam Powell
d27f1cd30b
Merge "Further refine touchMajor processing in ScaleGestureDetector" into jb-mr1-dev
2012-10-02 19:33:00 -07:00
Adam Powell
5b5c414e31
Further refine touchMajor processing in ScaleGestureDetector
...
On some devices the information coming from the touchscreen is very
noisy or otherwise unreliable. Perform some processing on the data
we have to try to provide a smoother experience.
Bug 7267507
Change-Id: I863125f58577f522de05a1361b81c2e42975fd89
2012-10-02 19:07:16 -07:00
Jeff Brown
709b943475
am bcbe9cf4: Merge "Add new Display API for secure video capabilities." into jb-mr1-dev
...
* commit 'bcbe9cf475835102ae2490dc9f067a3ac78a9551':
Add new Display API for secure video capabilities.
2012-10-02 16:41:30 -07:00
Jeff Brown
bcbe9cf475
Merge "Add new Display API for secure video capabilities." into jb-mr1-dev
2012-10-02 16:39:08 -07:00
Fabrice Di Meglio
2e4f54de5e
am 046184f9: Merge "Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO" into jb-mr1-dev
...
* commit '046184f97aa71bd36a11b9d2cd27dafe2d29d246':
Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO
2012-10-02 16:38:59 -07:00
Jeff Brown
77aebfdbae
Add new Display API for secure video capabilities.
...
Added a new API to determine whether the display supports
protected buffers so that an application can choose a different
content stream or change how it decodes the content so
that it will be viewable on the display.
At present, wifi display does not fully support protected
buffers although this may be enhanced in the future.
Bug: 6986623
Change-Id: If53a53d72b0ec92753cc4b29f99fcb131e00449b
2012-10-02 16:25:10 -07:00
Fabrice Di Meglio
acb1c124ac
Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO
...
- do not ask for requestLayout() nor invalidate() in View.onMeasure() when
resolving RTL properties
Change-Id: I7961fcb4c046d96391a4e748350573534481ae2b
2012-10-02 14:18:55 -07:00
Svetoslav Ganov
87779f63c7
am 87d7d946: Merge "Accessibility focus should not scroll automatically." into jb-mr1-dev
...
* commit '87d7d94673512c9572fa62c2842ce20bc87bf8b9':
Accessibility focus should not scroll automatically.
2012-10-02 12:08:45 -07:00
Svetoslav Ganov
a85236e510
Accessibility focus should not scroll automatically.
...
1. We use auto scroll when a view gets accessibility focus.
Pros: Having magnification and TalkBack enabled together (not a common use case)
will have the accessibility focused view on the screen (it is auto panned).
Cons: A blind user can get stuck in a very lock scroll view - not good.
2. We do not auto scroll when a view gets accessibility focus.
Pros: A blind user cannot get stuck in a long scroll view as he has to explicitly
scroll.
Cons: The magnified area will not pan to ensure the accessibility focused view
is visible.
Option one is the better trade off and this change removes the auto scrolling.
bug:7265773
Change-Id: I209b54ed18acad36c1f35b4c09b980e45ec9bbff
2012-10-02 11:31:18 -07:00
Fabrice Di Meglio
338a3853e8
am efe9b483: Merge "Fix bug #7259242 text is left justified with no padding" into jb-mr1-dev
...
* commit 'efe9b483547ac44dbc88bdfd6a54be5c95c2d889':
Fix bug #7259242 text is left justified with no padding
2012-10-01 16:06:58 -07:00
Fabrice Di Meglio
efe9b48354
Merge "Fix bug #7259242 text is left justified with no padding" into jb-mr1-dev
2012-10-01 16:04:40 -07:00
Adam Powell
e9234dd1ed
am 075bb6b3: Merge "DO NOT MERGE - Revert fixes for ImageView/MeasureSpec/RelativeLayout" into jb-mr1-dev
...
* commit '075bb6b3dfb9e58aa44c3b8588ab233a832956a3':
DO NOT MERGE - Revert fixes for ImageView/MeasureSpec/RelativeLayout
2012-10-01 15:56:58 -07:00