OSDN Git Service

android-x86/frameworks-base.git
10 years agoam f31d73c9: Merge "send accessibility events on view property invalidation" into...
Guang Zhu [Wed, 7 May 2014 12:43:59 +0000 (12:43 +0000)]
am f31d73c9: Merge "send accessibility events on view property invalidation" into klp-modular-dev

* commit 'f31d73c9859a4124e5d4e618f4b147f55f693ef6':
  send accessibility events on view property invalidation

10 years agoMerge "send accessibility events on view property invalidation" into klp-modular-dev
Guang Zhu [Wed, 7 May 2014 07:38:58 +0000 (07:38 +0000)]
Merge "send accessibility events on view property invalidation" into klp-modular-dev

10 years agosend accessibility events on view property invalidation
Guang Zhu [Fri, 2 May 2014 04:12:55 +0000 (21:12 -0700)]
send accessibility events on view property invalidation

from certain call sites of invalidateViewProperty, appropriate
accessibility event needs to be delivered as well.

Below is a list of call references found, ones with "*" are
modified by this change:

package: android.view
View
  *offsetLeftAndRight(int) (4 matches)
  *offsetTopAndBottom(int) (4 matches)
  *setAlpha(float)
  setCameraDistance(float) (2 matches)
  setLayerPaint(Paint)
  setPivotX(float) (2 matches)
  setPivotY(float) (2 matches)
  *setRotation(float) (2 matches)
  *setRotationX(float) (2 matches)
  *setRotationY(float) (2 matches)
  *setScaleX(float) (2 matches)
  *setScaleY(float) (2 matches)
  setTransitionAlpha(float)
  *setTranslationX(float) (2 matches)
  *setTranslationY(float) (2 matches)
ViewGroup
  *offsetChildrenTopAndBottom(int)
ViewOverlay
  OverlayViewGroup
    invalidateViewProperty(boolean, boolean) (2 matches)
ViewPropertyAnimator
  AnimatorEventListener
    onAnimationUpdate(ValueAnimator) (2 matches)

Bug: 14262013

Change-Id: Ibc9ed438f476ad10a6ad8df668142958c5903f55

10 years agoam 4f295fe8: Merge "Clean up WindowInsets API for release" into klp-modular-dev
Adam Powell [Wed, 7 May 2014 00:35:31 +0000 (00:35 +0000)]
am 4f295fe8: Merge "Clean up WindowInsets API for release" into klp-modular-dev

* commit '4f295fe8c66ef2878d93be420f73745d88422e35':
  Clean up WindowInsets API for release

10 years agoam d237cbac: Merge "Prevent crashing when disabling MCU during dream wakeup" into...
Heather Lee Wilson [Wed, 7 May 2014 00:31:36 +0000 (00:31 +0000)]
am d237cbac: Merge "Prevent crashing when disabling MCU during dream wakeup" into klp-modular-dev

* commit 'd237cbac122cdb48e5b73db5a9c5f8d85ceebe55':
  Prevent crashing when disabling MCU during dream wakeup

10 years agoMerge "Clean up WindowInsets API for release" into klp-modular-dev
Adam Powell [Wed, 7 May 2014 00:30:31 +0000 (00:30 +0000)]
Merge "Clean up WindowInsets API for release" into klp-modular-dev

10 years agoMerge "Prevent crashing when disabling MCU during dream wakeup" into klp-modular-dev
Heather Lee Wilson [Wed, 7 May 2014 00:28:08 +0000 (00:28 +0000)]
Merge "Prevent crashing when disabling MCU during dream wakeup" into klp-modular-dev

10 years agoam fe997295: am 01dc133b: am f1bc39b8: fix code error. The data type was wrong, but...
Scott Main [Tue, 6 May 2014 23:57:08 +0000 (23:57 +0000)]
am fe997295: am 01dc133b: am f1bc39b8: fix code error. The data type was wrong, but it\'s actually not needed.

* commit 'fe99729539c8e51ce13c88dd9c999a458032356a':
  fix code error. The data type was wrong, but it's actually not needed.

10 years agoam 01dc133b: am f1bc39b8: fix code error. The data type was wrong, but it\'s actually...
Scott Main [Tue, 6 May 2014 23:53:22 +0000 (23:53 +0000)]
am 01dc133b: am f1bc39b8: fix code error. The data type was wrong, but it\'s actually not needed.

* commit '01dc133b35021878b9c7c45d862cacb2b7645a4d':
  fix code error. The data type was wrong, but it's actually not needed.

10 years agoam f1bc39b8: fix code error. The data type was wrong, but it\'s actually not needed.
Scott Main [Tue, 6 May 2014 23:50:27 +0000 (23:50 +0000)]
am f1bc39b8: fix code error. The data type was wrong, but it\'s actually not needed.

* commit 'f1bc39b8ae9d63f3c7d89f3d07ec026c62de6e6e':
  fix code error. The data type was wrong, but it's actually not needed.

10 years agofix code error.
Scott Main [Tue, 6 May 2014 23:34:30 +0000 (16:34 -0700)]
fix code error.
The data type was wrong, but it's actually not needed.

Change-Id: I50275fd16c72de42b75f24be6192ca974bd67488

10 years agoClean up WindowInsets API for release
Adam Powell [Tue, 6 May 2014 00:29:17 +0000 (17:29 -0700)]
Clean up WindowInsets API for release

Hide window decor inset methods and rename the clone* methods to have
less baggage.

Bug 14566960

Change-Id: Ia06bb959fd77acd6ff69f337c3200047a529612a

10 years agoPrevent crashing when disabling MCU during dream wakeup
Heather Lee Wilson [Mon, 5 May 2014 21:22:50 +0000 (14:22 -0700)]
Prevent crashing when disabling MCU during dream wakeup

AmbientMode attempting to send message to DozeHardware no longer results in an
uncaught IllegalStateException.  The exception was crashing Android Wear when
DozeHardware had already been released by PowerManagementService at time of
AmbientMode's message.

Change-Id: I5956a453802b5b764e88638f6b6d899cbc94cc8d

10 years agoam 17c5e990: Merge "DO NOT MERGE Hide banner manifest attribute." into klp-modular-dev
Tim Kilbourn [Tue, 6 May 2014 21:24:02 +0000 (21:24 +0000)]
am 17c5e990: Merge "DO NOT MERGE Hide banner manifest attribute." into klp-modular-dev

* commit '17c5e990379baf887221c0776b4152613c2a8a2d':
  DO NOT MERGE Hide banner manifest attribute.

10 years agoMerge "DO NOT MERGE Hide banner manifest attribute." into klp-modular-dev
Tim Kilbourn [Tue, 6 May 2014 21:21:36 +0000 (21:21 +0000)]
Merge "DO NOT MERGE Hide banner manifest attribute." into klp-modular-dev

10 years agoam 84aaf124: Merge "Plumb display state and interactive information to BatteryStats...
Jeff Brown [Tue, 6 May 2014 20:30:49 +0000 (20:30 +0000)]
am 84aaf124: Merge "Plumb display state and interactive information to BatteryStats. (DO NOT MERGE)" into klp-modular-dev

* commit '84aaf124b762b9eeb0957aaea9df8424a429b148':
  Plumb display state and interactive information to BatteryStats. (DO NOT MERGE)

10 years agoMerge "Plumb display state and interactive information to BatteryStats. (DO NOT MERGE...
Jeff Brown [Tue, 6 May 2014 20:27:34 +0000 (20:27 +0000)]
Merge "Plumb display state and interactive information to BatteryStats. (DO NOT MERGE)" into klp-modular-dev

10 years agoam a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modular-dev
Adam Powell [Tue, 6 May 2014 20:20:40 +0000 (20:20 +0000)]
am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modular-dev

* commit 'a0516e7ad12a647cc40fb5651e8d14cd39571c7a':
  onWindowDismissed API cleanup

10 years agoPlumb display state and interactive information to BatteryStats. (DO NOT MERGE)
Jeff Brown [Fri, 2 May 2014 23:59:26 +0000 (16:59 -0700)]
Plumb display state and interactive information to BatteryStats. (DO NOT MERGE)

Fixes an issue where dozing was treated the same as the screen
being fully on.  Now dozing is treated the same as the screen
being fully off which is slightly better.  The decision of how
to represent this state is now internal to the battery stats
so it can be improved later.

Removed noteInputEvent() since it is unused.

Bug: 14480844
Change-Id: Iee8cf8dce1a1f91c62678bb6d3d9fe567ad6db42

10 years agoMerge "onWindowDismissed API cleanup" into klp-modular-dev
Adam Powell [Tue, 6 May 2014 20:17:30 +0000 (20:17 +0000)]
Merge "onWindowDismissed API cleanup" into klp-modular-dev

10 years agoDO NOT MERGE Hide banner manifest attribute.
Tim Kilbourn [Tue, 6 May 2014 18:59:55 +0000 (11:59 -0700)]
DO NOT MERGE Hide banner manifest attribute.

Bug: 14116162
Change-Id: I42a73183bee52286ff315fa5b0f58bfdfc020485

10 years agoam 989dab11: Update current.txt after hiding isGame.
Tim Kilbourn [Tue, 6 May 2014 17:42:36 +0000 (17:42 +0000)]
am 989dab11: Update current.txt after hiding isGame.

* commit '989dab11d1e34d5f49ac19345a3ce440d32d6f64':
  Update current.txt after hiding isGame.

10 years agoam 0f3a98f5: DO NOT MERGE Hide isGame manifest attribute.
Tim Kilbourn [Tue, 6 May 2014 17:42:31 +0000 (17:42 +0000)]
am 0f3a98f5: DO NOT MERGE Hide isGame manifest attribute.

* commit '0f3a98f5c93581cc511684b92e11e2ed2a17581e':
  DO NOT MERGE Hide isGame manifest attribute.

10 years agoUpdate current.txt after hiding isGame.
Tim Kilbourn [Tue, 6 May 2014 17:40:24 +0000 (10:40 -0700)]
Update current.txt after hiding isGame.

Change-Id: I034126f464fdd759c19ff55000004d36463d9cd6

10 years agoDO NOT MERGE Hide isGame manifest attribute.
Tim Kilbourn [Mon, 5 May 2014 23:54:30 +0000 (16:54 -0700)]
DO NOT MERGE Hide isGame manifest attribute.

Bug: 14116162
Change-Id: I72a0210124f22009914a860097e286c5ea9af345

10 years agoam 37c954c0: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Tue, 6 May 2014 14:54:27 +0000 (14:54 +0000)]
am 37c954c0: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit '37c954c044b28b708528c074e7172a1bd91521eb':
  Import translations. DO NOT MERGE

10 years agoMerge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Tue, 6 May 2014 14:49:57 +0000 (14:49 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-modular-dev

10 years agoam b593ad60: am f1f28d1d: Merge "Skip resource files for locales en-XA and ar-XB...
Elliott Hughes [Tue, 6 May 2014 02:31:03 +0000 (02:31 +0000)]
am b593ad60: am f1f28d1d: Merge "Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice."

* commit 'b593ad60682a6f8c945c4c2ffc3d278df3f6e360':
  Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice.

10 years agoam f1f28d1d: Merge "Skip resource files for locales en-XA and ar-XB during packaging...
Elliott Hughes [Tue, 6 May 2014 02:27:44 +0000 (02:27 +0000)]
am f1f28d1d: Merge "Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice."

* commit 'f1f28d1d86aea6dd1419e94aadf051e433914680':
  Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice.

10 years agoMerge "Skip resource files for locales en-XA and ar-XB during packaging if pseudoloca...
Elliott Hughes [Tue, 6 May 2014 02:25:04 +0000 (02:25 +0000)]
Merge "Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice."

10 years agoonWindowDismissed API cleanup
Adam Powell [Tue, 6 May 2014 01:14:56 +0000 (18:14 -0700)]
onWindowDismissed API cleanup

Move the window swipe to dismiss plumbing off of Window.Callback into
its own internal interface implemented by Activity and Dialog. Make it
internal API instead of public. Apps should control this via the
window feature setting.

Change-Id: I64cd237fa7eab08719b2c34e31dac7d34f02563a

10 years agoSkip resource files for locales en-XA and ar-XB
Igor Viarheichyk [Fri, 2 May 2014 00:04:39 +0000 (17:04 -0700)]
Skip resource files for locales en-XA and ar-XB
during packaging if pseudolocalization was done automatically.
This prevents attemts to add same resource twice.

Change-Id: I51e17f961ac44047bf466ce4aa0d4d17f4ded0d6

10 years agoam 34f930f3: Fix build due to docs bug. DO NOT MERGE
Justin Koh [Tue, 6 May 2014 00:06:58 +0000 (00:06 +0000)]
am 34f930f3: Fix build due to docs bug. DO NOT MERGE

* commit '34f930f3b591f08ee4be8c2f54ee602cabdacc33':
  Fix build due to docs bug. DO NOT MERGE

10 years agoam 8031fa01: Fix build due to @deprecated tag not having content
Justin Koh [Tue, 6 May 2014 00:03:04 +0000 (00:03 +0000)]
am 8031fa01: Fix build due to @deprecated tag not having content

* commit '8031fa014cd9f8bb9eb7de47b76a732cdfade687':
  Fix build due to @deprecated tag not having content

10 years agoFix build due to docs bug. DO NOT MERGE
Justin Koh [Mon, 5 May 2014 23:58:24 +0000 (16:58 -0700)]
Fix build due to docs bug. DO NOT MERGE

Fix build due to docs bug: needed to remove reference to stopMethodTracingSampling.

Change-Id: I878357b638b3862aecb4bc9d32ee166840b6c796

10 years agoFix build due to @deprecated tag not having content
Justin Koh [Mon, 5 May 2014 23:28:49 +0000 (16:28 -0700)]
Fix build due to @deprecated tag not having content

Bug: 14441321
Change-Id: Ia42040db7030e4318ed2c34bbe90808a49f002db

10 years agoam bebfcb93: Merge "Hide startMethodTracingSampling DO NOT MERGE" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 23:18:26 +0000 (23:18 +0000)]
am bebfcb93: Merge "Hide startMethodTracingSampling DO NOT MERGE" into klp-modular-dev

* commit 'bebfcb93ef97095a7caa1f80a0b1b05a04e9fd8c':
  Hide startMethodTracingSampling DO NOT MERGE

10 years agoam 268f858b: Merge "Hide KeyEvent#isCancelKey, isConfirmKey DO NOT MERGE" into klp...
Justin Koh [Mon, 5 May 2014 23:18:22 +0000 (23:18 +0000)]
am 268f858b: Merge "Hide KeyEvent#isCancelKey, isConfirmKey DO NOT MERGE" into klp-modular-dev

* commit '268f858be57089e568bc55aa9089af54a53dcc94':
  Hide KeyEvent#isCancelKey, isConfirmKey DO NOT MERGE

10 years agoMerge "Hide startMethodTracingSampling DO NOT MERGE" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 23:15:36 +0000 (23:15 +0000)]
Merge "Hide startMethodTracingSampling DO NOT MERGE" into klp-modular-dev

10 years agoMerge "Hide KeyEvent#isCancelKey, isConfirmKey DO NOT MERGE" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 23:14:06 +0000 (23:14 +0000)]
Merge "Hide KeyEvent#isCancelKey, isConfirmKey DO NOT MERGE" into klp-modular-dev

10 years agoam 1440cc6b: Merge "Hide InputDevice#supportsSource DO NOT MERGE" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 23:11:03 +0000 (23:11 +0000)]
am 1440cc6b: Merge "Hide InputDevice#supportsSource DO NOT MERGE" into klp-modular-dev

* commit '1440cc6bf37a268b439dfe86a9078b93bf1baf39':
  Hide InputDevice#supportsSource DO NOT MERGE

10 years agoHide KeyEvent#isCancelKey, isConfirmKey DO NOT MERGE
Justin Koh [Mon, 5 May 2014 23:08:38 +0000 (16:08 -0700)]
Hide KeyEvent#isCancelKey, isConfirmKey DO NOT MERGE

Bug: 14116162
Change-Id: I6b947c9b46bb5ea094b39428bb432e8f6fc6b57a

10 years agoMerge "Hide InputDevice#supportsSource DO NOT MERGE" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 23:08:14 +0000 (23:08 +0000)]
Merge "Hide InputDevice#supportsSource DO NOT MERGE" into klp-modular-dev

10 years agoam ed0c87e7: DO NOT MERGE Hide Notification categories from API 20 (KKWT)
Griff Hazen [Mon, 5 May 2014 22:49:51 +0000 (22:49 +0000)]
am ed0c87e7: DO NOT MERGE Hide Notification categories from API 20 (KKWT)

* commit 'ed0c87e7cdd2f641b6ed78df62b20a9f08ac16bb':
  DO NOT MERGE Hide Notification categories from API 20 (KKWT)

10 years agoHide InputDevice#supportsSource DO NOT MERGE
Justin Koh [Mon, 5 May 2014 22:47:39 +0000 (15:47 -0700)]
Hide InputDevice#supportsSource DO NOT MERGE

Bug: 14116162
Change-Id: I7c0ae516596f965083622aa77281abf6d47dc0b7

10 years agoDO NOT MERGE Hide Notification categories from API 20 (KKWT)
Griff Hazen [Mon, 5 May 2014 22:15:12 +0000 (15:15 -0700)]
DO NOT MERGE Hide Notification categories from API 20 (KKWT)

Bug: 14116162

Change-Id: I59e499dde9a06a4bf455eecb3665afaa1b574dae

10 years agoam 1e822a8f: Merge "Hide HDMI CEC from KKWT DO NOT MERGE" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 22:42:22 +0000 (22:42 +0000)]
am 1e822a8f: Merge "Hide HDMI CEC from KKWT DO NOT MERGE" into klp-modular-dev

* commit '1e822a8fe1f3063aa0d3eb47a7afdda9702c1734':
  Hide HDMI CEC from KKWT DO NOT MERGE

10 years agoam f8a10d77: Merge "Hide getRequiredPermission in android.hardware.Sensor DO NOT...
Justin Koh [Mon, 5 May 2014 22:42:19 +0000 (22:42 +0000)]
am f8a10d77: Merge "Hide getRequiredPermission in android.hardware.Sensor DO NOT MERGE" into klp-modular-dev

* commit 'f8a10d775efcc1c7255c1e504bf59f7cd38967ef':
  Hide getRequiredPermission in android.hardware.Sensor DO NOT MERGE

10 years agoam 9cb3b162: Merge "Hide UsbDevice changes in KKWT DO NOT MERGE" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 22:42:15 +0000 (22:42 +0000)]
am 9cb3b162: Merge "Hide UsbDevice changes in KKWT DO NOT MERGE" into klp-modular-dev

* commit '9cb3b162ebf2c85b2b34d399623ff68427b2cdca':
  Hide UsbDevice changes in KKWT DO NOT MERGE

10 years agoHide startMethodTracingSampling DO NOT MERGE
Justin Koh [Mon, 5 May 2014 22:39:19 +0000 (15:39 -0700)]
Hide startMethodTracingSampling DO NOT MERGE

Bug: 14116162
Change-Id: I68470f02a2b6c2f0d9a1cb52bb4b7eeea10b43cf

10 years agoMerge "Hide HDMI CEC from KKWT DO NOT MERGE" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 22:38:26 +0000 (22:38 +0000)]
Merge "Hide HDMI CEC from KKWT DO NOT MERGE" into klp-modular-dev

10 years agoMerge "Hide getRequiredPermission in android.hardware.Sensor DO NOT MERGE" into klp...
Justin Koh [Mon, 5 May 2014 22:38:16 +0000 (22:38 +0000)]
Merge "Hide getRequiredPermission in android.hardware.Sensor DO NOT MERGE" into klp-modular-dev

10 years agoam 3caf9258: Merge "Hide getDeviceGlobalActionKeyTimeout" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 22:38:13 +0000 (22:38 +0000)]
am 3caf9258: Merge "Hide getDeviceGlobalActionKeyTimeout" into klp-modular-dev

* commit '3caf92582498bad8fe79f6e3235be218e82b7f68':
  Hide getDeviceGlobalActionKeyTimeout

10 years agoMerge "Hide UsbDevice changes in KKWT DO NOT MERGE" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 22:38:06 +0000 (22:38 +0000)]
Merge "Hide UsbDevice changes in KKWT DO NOT MERGE" into klp-modular-dev

10 years agoMerge "Hide getDeviceGlobalActionKeyTimeout" into klp-modular-dev
Justin Koh [Mon, 5 May 2014 22:33:28 +0000 (22:33 +0000)]
Merge "Hide getDeviceGlobalActionKeyTimeout" into klp-modular-dev

10 years agoam ed23c5bc: Hide NsdServiceInfo additions for KKWT DO NOT MERGE
Justin Koh [Mon, 5 May 2014 22:21:03 +0000 (22:21 +0000)]
am ed23c5bc: Hide NsdServiceInfo additions for KKWT DO NOT MERGE

* commit 'ed23c5bc12b4110435b1e6f5fb9b82716109136e':
  Hide NsdServiceInfo additions for KKWT DO NOT MERGE

10 years agoHide HDMI CEC from KKWT DO NOT MERGE
Justin Koh [Mon, 5 May 2014 21:26:44 +0000 (14:26 -0700)]
Hide HDMI CEC from KKWT DO NOT MERGE

Hide HDMI CEC from KKWT.
Bug: 14116162

Change-Id: I086a5e51bd848a5097ccb0c47900fde30db2e7aa

10 years agoHide UsbDevice changes in KKWT DO NOT MERGE
Justin Koh [Mon, 5 May 2014 21:56:58 +0000 (14:56 -0700)]
Hide UsbDevice changes in KKWT DO NOT MERGE

Hide UsbDevice changes in KKWT.
Bug: 14116162

Change-Id: I1582b9d536b243fa18beca6fdd8f379f9e32e137

10 years agoHide NsdServiceInfo additions for KKWT DO NOT MERGE
Justin Koh [Mon, 5 May 2014 22:12:31 +0000 (15:12 -0700)]
Hide NsdServiceInfo additions for KKWT DO NOT MERGE

Hide NsdServiceInfo additions for KKWT.
Bug: 14116162

Change-Id: I98755a2524168be5e833a634192fd49ff3c32346

10 years agoHide getRequiredPermission in android.hardware.Sensor DO NOT MERGE
Justin Koh [Mon, 5 May 2014 21:51:55 +0000 (14:51 -0700)]
Hide getRequiredPermission in android.hardware.Sensor DO NOT MERGE

Hide getRequiredPermission in android.hardware.Sensor.
Bug: 14116162

Change-Id: I1e5c8361f6d0710c5da78d9506f70fa40a814b92

10 years agoam 5d8343b8: am a85db5ab: Merge "libhwui: Handle the blurImage() implement once RS...
Chris Craik [Mon, 5 May 2014 21:50:34 +0000 (21:50 +0000)]
am 5d8343b8: am a85db5ab: Merge "libhwui: Handle the blurImage() implement once RS::init fail"

* commit '5d8343b8e27e766b5bfaaed2f9b1952c0d15da8d':
  libhwui: Handle the blurImage() implement once RS::init fail

10 years agoam a85db5ab: Merge "libhwui: Handle the blurImage() implement once RS::init fail"
Chris Craik [Mon, 5 May 2014 21:46:48 +0000 (21:46 +0000)]
am a85db5ab: Merge "libhwui: Handle the blurImage() implement once RS::init fail"

* commit 'a85db5ab785c59726c3644999801e48f449714f3':
  libhwui: Handle the blurImage() implement once RS::init fail

10 years agoMerge "libhwui: Handle the blurImage() implement once RS::init fail"
Chris Craik [Mon, 5 May 2014 21:44:08 +0000 (21:44 +0000)]
Merge "libhwui: Handle the blurImage() implement once RS::init fail"

10 years agoHide getDeviceGlobalActionKeyTimeout
Justin Koh [Sun, 4 May 2014 19:13:25 +0000 (12:13 -0700)]
Hide getDeviceGlobalActionKeyTimeout

Hide getDeviceGlobalActionKeyTimeout, as requested. Remove mention from
@deprecated notice.
Bug: 14441321

Change-Id: Ic6e84e718c2eaa15a86d8cd4d13645be88490b61

10 years agoam 34dd2cdd: am f2d2c871: AAPT should not process XML that failed to compile
Adam Lesinski [Mon, 5 May 2014 21:13:28 +0000 (21:13 +0000)]
am 34dd2cdd: am f2d2c871: AAPT should not process XML that failed to compile

* commit '34dd2cdd4142ca8c7463b9f831429b4366fa222a':
  AAPT should not process XML that failed to compile

10 years agoam f2d2c871: AAPT should not process XML that failed to compile
Adam Lesinski [Mon, 5 May 2014 21:09:49 +0000 (21:09 +0000)]
am f2d2c871: AAPT should not process XML that failed to compile

* commit 'f2d2c871813656012420faa89080d8e3cda1f308':
  AAPT should not process XML that failed to compile

10 years agoam e88097bd: Merge "Pause and resume ActivityView when visibility changes" into klp...
Craig Mautner [Mon, 5 May 2014 21:03:39 +0000 (21:03 +0000)]
am e88097bd: Merge "Pause and resume ActivityView when visibility changes" into klp-modular-dev

* commit 'e88097bd00d5710bbfb6c24a934743c8d6cac9cf':
  Pause and resume ActivityView when visibility changes

10 years agoam 8890013a: Merge "Add null check to embeddedAllowed check" into klp-modular-dev
Craig Mautner [Mon, 5 May 2014 20:59:37 +0000 (20:59 +0000)]
am 8890013a: Merge "Add null check to embeddedAllowed check" into klp-modular-dev

* commit '8890013ae0473663a6b9591db6230e9038ba6711':
  Add null check to embeddedAllowed check

10 years agoMerge "Pause and resume ActivityView when visibility changes" into klp-modular-dev
Craig Mautner [Mon, 5 May 2014 20:58:15 +0000 (20:58 +0000)]
Merge "Pause and resume ActivityView when visibility changes" into klp-modular-dev

10 years agoMerge "Add null check to embeddedAllowed check" into klp-modular-dev
Craig Mautner [Mon, 5 May 2014 20:55:48 +0000 (20:55 +0000)]
Merge "Add null check to embeddedAllowed check" into klp-modular-dev

10 years agoAdd null check to embeddedAllowed check
Craig Mautner [Mon, 5 May 2014 19:32:40 +0000 (12:32 -0700)]
Add null check to embeddedAllowed check

If the component being checked has been removed an NPE will be
thrown. This checks for that situation and handles it.

Fixes bug 14562234.

Change-Id: Ica5713378f356ac8441862d455b7d284ea111212

10 years agoPause and resume ActivityView when visibility changes
Craig Mautner [Mon, 5 May 2014 19:07:40 +0000 (12:07 -0700)]
Pause and resume ActivityView when visibility changes

Once a Surface has been established the activity in an ActivityView
must be paused and resumed as the view goes in and out of visibility
= View.GONE.

Fixes bug 14034658.

Change-Id: Icab43678053c225db70f051dceacd4d024df2153

10 years agoAAPT should not process XML that failed to compile
Adam Lesinski [Tue, 8 Apr 2014 19:01:38 +0000 (12:01 -0700)]
AAPT should not process XML that failed to compile

AAPT would attempt to warn if an unprefixed 'id'
attribute was used in an XML resource file even
if that XML file failed to compile. The result
was undefined behaviour, including crashing the
process.

Change-Id: I1a9464ec937760e8d38bbe1af8d1b5d6b2c105a2

10 years agoam 20d125de: am fd876194: am 4146d546: Merge "Clarified recommended use cases for...
David Friedman [Mon, 5 May 2014 17:16:22 +0000 (17:16 +0000)]
am 20d125de: am fd876194: am 4146d546: Merge "Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Rem

* commit '20d125dedb8bde016389ee97a0cefcc97bb02a81':
  Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory.

10 years agoam fd876194: am 4146d546: Merge "Clarified recommended use cases for NDK. Added ...
David Friedman [Mon, 5 May 2014 17:12:53 +0000 (17:12 +0000)]
am fd876194: am 4146d546: Merge "Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that

* commit 'fd876194cf12352545048f77f626c839cc7ef787':
  Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory.

10 years agoam 4146d546: Merge "Clarified recommended use cases for NDK. Added - "game engines...
David Friedman [Mon, 5 May 2014 17:07:55 +0000 (17:07 +0000)]
am 4146d546: Merge "Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don\'t allocat

* commit '4146d546a4ab8465970e7c73bf1e9e00767931b6':
  Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory.

10 years agoMerge "Clarified recommended use cases for NDK. Added - "game engines" officially...
David Friedman [Mon, 5 May 2014 17:05:22 +0000 (17:05 +0000)]
Merge "Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory." into klp-docs

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 5 May 2014 16:25:01 +0000 (09:25 -0700)]
Import translations. DO NOT MERGE

Change-Id: I406e993a5b1a7225be0da7bbc25bdeb6cb7e98ae
Auto-generated-cl: translation import

10 years agoam 1edfd835: Merge "add getAddress function to return BT mac" into klp-modular-dev
Guang Zhu [Sat, 3 May 2014 00:35:26 +0000 (00:35 +0000)]
am 1edfd835: Merge "add getAddress function to return BT mac" into klp-modular-dev

* commit '1edfd835c2573711587cc77befeefd96083ccba5':
  add getAddress function to return BT mac

10 years agoMerge "add getAddress function to return BT mac" into klp-modular-dev
Guang Zhu [Sat, 3 May 2014 00:32:58 +0000 (00:32 +0000)]
Merge "add getAddress function to return BT mac" into klp-modular-dev

10 years agoam 106c24fb: am c7149708: am bab277cc: am 13542c7e: (-s ours) am 00e0b992: am 75f435b...
Deepanshu Gupta [Fri, 2 May 2014 19:57:47 +0000 (19:57 +0000)]
am 106c24fb: am c7149708: am bab277cc: am 13542c7e: (-s ours) am 00e0b992: am 75f435b0: am 495c14d8: (-s ours) am 47ad22ed: am 961e3281: am 6df2860b: Add missing files to fix libphonenumber for layoutlib. [DO NOT MERGE]

* commit '106c24fbe35ccb1e60e638f9de0fe509c5921060':
  Add missing files to fix libphonenumber for layoutlib. [DO NOT MERGE]

10 years agoam 2f73224c: am b4367eaf: am 5ac33148: am 29376cea: (-s ours) am a996ff5c: am c529b70...
Deepanshu Gupta [Fri, 2 May 2014 19:57:44 +0000 (19:57 +0000)]
am 2f73224c: am b4367eaf: am 5ac33148: am 29376cea: (-s ours) am a996ff5c: am c529b700: am 8ad4b8b1: (-s ours) am 9932e589: am 9e2dadae: am bcbeaf83: Set default text style in layoutlib as NORMAL [DO NOT MERGE]

* commit '2f73224c37c88cee605b5329637262fd718b0714':
  Set default text style in layoutlib as NORMAL [DO NOT MERGE]

10 years agoam 3df2b07c: am 6241a6ce: am eecb79a8: am 22b47b28: (-s ours) am 16fda528: am b743117...
Deepanshu Gupta [Fri, 2 May 2014 19:57:42 +0000 (19:57 +0000)]
am 3df2b07c: am 6241a6ce: am eecb79a8: am 22b47b28: (-s ours) am 16fda528: am b7431172: am 826a215c: (-s ours) am 320f1126: am cf3f108e: am 5be65fda: Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]

* commit '3df2b07c9c0c103aeee22978043abc5474c44188':
  Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]

10 years agoam f9852395: am 00251f77: am d1830eb6: am 57e410d9: (-s ours) am 9f81e73a: am 28ec8b4...
Deepanshu Gupta [Fri, 2 May 2014 19:57:39 +0000 (19:57 +0000)]
am f9852395: am 00251f77: am d1830eb6: am 57e410d9: (-s ours) am 9f81e73a: am 28ec8b4f: am 0a37981c: (-s ours) am 1b28d8d4: am d642de58: am ec4623d0: Improve text rendering and measurement. [DO NOT MERGE]

* commit 'f98523955f522795c8079d5b9533a4e0aecda8b7':
  Improve text rendering and measurement. [DO NOT MERGE]

10 years agoam 8c084dde: am 6214d7aa: am 5f0fb2a1: am 4da3827f: (-s ours) am acbff099: am d9076a9...
Deepanshu Gupta [Fri, 2 May 2014 19:57:36 +0000 (19:57 +0000)]
am 8c084dde: am 6214d7aa: am 5f0fb2a1: am 4da3827f: (-s ours) am acbff099: am d9076a95: am f4b35c6a: (-s ours) am ef822b3f: am 62a4a1f9: am 2a82a48f: Fix the measurement of text bounds. [DO NOT MERGE]

* commit '8c084dde55a49338c2c492f0728e6e6a46e58fec':
  Fix the measurement of text bounds. [DO NOT MERGE]

10 years agoam 9802058c: am eec3eb86: am c1ce1c99: am 951c6976: (-s ours) am fcdbc3cb: am 38f954c...
Deepanshu Gupta [Fri, 2 May 2014 19:57:33 +0000 (19:57 +0000)]
am 9802058c: am eec3eb86: am c1ce1c99: am 951c6976: (-s ours) am fcdbc3cb: am 38f954c8: am e0537c1d: (-s ours) am c7f8e64c: am 1830a58f: am 5bb3414d: Fix a bug in Nine Patch library. [DO NOT MERGE]

* commit '9802058c74b56a09e0d25c364f57017c8fe1a8d1':
  Fix a bug in Nine Patch library. [DO NOT MERGE]

10 years agoam aefb9b8b: am 73e7402e: am 7b6ab8f3: am 031f4beb: (-s ours) am 469b4aea: am 35f9f31...
Deepanshu Gupta [Fri, 2 May 2014 19:57:30 +0000 (19:57 +0000)]
am aefb9b8b: am 73e7402e: am 7b6ab8f3: am 031f4beb: (-s ours) am 469b4aea: am 35f9f310: am 5e6a2990: (-s ours) am 4d887ec3: am bcd50a7c: am 5712b5fc: Optimize layout rendering in layoutlib [DO NOT MERGE]

* commit 'aefb9b8b82e82048f02b9143dc833a77783f2f56':
  Optimize layout rendering in layoutlib [DO NOT MERGE]

10 years agoam 856e0e3a: am 02a07b73: am 20e540be: am 2d7a9c3e: (-s ours) am c3e89c3f: am 9567292...
Deepanshu Gupta [Fri, 2 May 2014 19:57:27 +0000 (19:57 +0000)]
am 856e0e3a: am 02a07b73: am 20e540be: am 2d7a9c3e: (-s ours) am c3e89c3f: am 95672929: am 73f9e467: (-s ours) am edd67cb1: am 7c02c6e2: am 02cde9ce: Add methods for Time_Delegate [DO NOT MERGE]

* commit '856e0e3a69a10b1a813609ca56209a5ecfe6e19e':
  Add methods for Time_Delegate [DO NOT MERGE]

10 years agoam e8045e10: am d35e28f3: am d88cece4: am d683d56c: (-s ours) am 35a94df7: am ea18b2d...
Deepanshu Gupta [Fri, 2 May 2014 19:57:20 +0000 (19:57 +0000)]
am e8045e10: am d35e28f3: am d88cece4: am d683d56c: (-s ours) am 35a94df7: am ea18b2d6: am 95fd97aa: (-s ours) am 84e7a6b8: am 443372dd: am 9d7b5165: Add libphonenumber to layoutlib.jar. [DO NOT MERGE]

* commit 'e8045e10712cda95d626647d4e2f000edc1b358a':
  Add libphonenumber to layoutlib.jar. [DO NOT MERGE]

10 years agoam c03530c1: am b20352f5: am 33f44937: am e9c20fd4: (-s ours) am 81f1e754: am fd58105...
Deepanshu Gupta [Fri, 2 May 2014 19:57:17 +0000 (19:57 +0000)]
am c03530c1: am b20352f5: am 33f44937: am e9c20fd4: (-s ours) am 81f1e754: am fd581059: am 88a12f57: (-s ours) am 43034b54: am 62591cff: am 689c0dfe: Fix NPE in layoutlib. [DO NOT MERGE]

* commit 'c03530c18f1dd93bf052288d1d6ef80becff3f70':
  Fix NPE in layoutlib. [DO NOT MERGE]

10 years agoam e5a066c7: am ad0060b5: am 1da7b0b5: am 35b16e5d: (-s ours) am 9e8ae205: am f41ce15...
Deepanshu Gupta [Fri, 2 May 2014 19:57:14 +0000 (19:57 +0000)]
am e5a066c7: am ad0060b5: am 1da7b0b5: am 35b16e5d: (-s ours) am 9e8ae205: am f41ce157: am 43ed35da: (-s ours) am ce205d0a: am 600539c7: am 083d1562: Fix text size in Fake Action Bar. [DO NOT MERGE]

* commit 'e5a066c726c5dd18a79acf0cb362789a7fc81d83':
  Fix text size in Fake Action Bar. [DO NOT MERGE]

10 years agoam 551ee874: am 94f1de7a: am 27c91491: am 8c54c861: (-s ours) am 2fee69e0: am 071206b...
Deepanshu Gupta [Fri, 2 May 2014 19:57:11 +0000 (19:57 +0000)]
am 551ee874: am 94f1de7a: am 27c91491: am 8c54c861: (-s ours) am 2fee69e0: am 071206b4: am aab9d9a7: (-s ours) am 1a434aa8: am 697c511d: am 80c668f2: Remove references to non-std Java classes. [DO NOT MERGE]

* commit '551ee874b7f4fdda993a47dd32628a5c664eca04':
  Remove references to non-std Java classes. [DO NOT MERGE]

10 years agoam f07310bb: am 61c8829a: am 67da11c2: am 683e1663: (-s ours) am 79150645: am c37f7c8...
Deepanshu Gupta [Fri, 2 May 2014 19:57:08 +0000 (19:57 +0000)]
am f07310bb: am 61c8829a: am 67da11c2: am 683e1663: (-s ours) am 79150645: am c37f7c84: am d15bbac6: (-s ours) am a2b530fb: am e39de9ae: am 6335590a: Fix DatePicker and Calendar widget in layoutlib. [DO NOT MERGE]

* commit 'f07310bbc31578c4885f16f0878ba0c4b8b45670':
  Fix DatePicker and Calendar widget in layoutlib. [DO NOT MERGE]

10 years agoam 02e4ee55: am e216cfc4: am 1e884cd0: am 543452e8: (-s ours) am e860b24e: am 8cc1d98...
Deepanshu Gupta [Fri, 2 May 2014 19:57:05 +0000 (19:57 +0000)]
am 02e4ee55: am e216cfc4: am 1e884cd0: am 543452e8: (-s ours) am e860b24e: am 8cc1d989: am 3e9bc262: (-s ours) am 9d209905: am 6f469e54: am 11ee746d: Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]

* commit '02e4ee55d01634a4f19a777a18f6c18671d7cd34':
  Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]

10 years agoam c7149708: am bab277cc: am 13542c7e: (-s ours) am 00e0b992: am 75f435b0: am 495c14d...
Deepanshu Gupta [Fri, 2 May 2014 19:54:14 +0000 (19:54 +0000)]
am c7149708: am bab277cc: am 13542c7e: (-s ours) am 00e0b992: am 75f435b0: am 495c14d8: (-s ours) am 47ad22ed: am 961e3281: am 6df2860b: Add missing files to fix libphonenumber for layoutlib. [DO NOT MERGE]

* commit 'c7149708e2e5e6ed5ff26c32e7b07fd1451f68e0':
  Add missing files to fix libphonenumber for layoutlib. [DO NOT MERGE]

10 years agoam b4367eaf: am 5ac33148: am 29376cea: (-s ours) am a996ff5c: am c529b700: am 8ad4b8b...
Deepanshu Gupta [Fri, 2 May 2014 19:54:09 +0000 (19:54 +0000)]
am b4367eaf: am 5ac33148: am 29376cea: (-s ours) am a996ff5c: am c529b700: am 8ad4b8b1: (-s ours) am 9932e589: am 9e2dadae: am bcbeaf83: Set default text style in layoutlib as NORMAL [DO NOT MERGE]

* commit 'b4367eafbc75906b31d091294894552d52778385':
  Set default text style in layoutlib as NORMAL [DO NOT MERGE]

10 years agoam 6241a6ce: am eecb79a8: am 22b47b28: (-s ours) am 16fda528: am b7431172: am 826a215...
Deepanshu Gupta [Fri, 2 May 2014 19:54:06 +0000 (19:54 +0000)]
am 6241a6ce: am eecb79a8: am 22b47b28: (-s ours) am 16fda528: am b7431172: am 826a215c: (-s ours) am 320f1126: am cf3f108e: am 5be65fda: Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]

* commit '6241a6ce289326b2d6e0927ba0b4c7b77c349891':
  Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]

10 years agoam 00251f77: am d1830eb6: am 57e410d9: (-s ours) am 9f81e73a: am 28ec8b4f: am 0a37981...
Deepanshu Gupta [Fri, 2 May 2014 19:54:04 +0000 (19:54 +0000)]
am 00251f77: am d1830eb6: am 57e410d9: (-s ours) am 9f81e73a: am 28ec8b4f: am 0a37981c: (-s ours) am 1b28d8d4: am d642de58: am ec4623d0: Improve text rendering and measurement. [DO NOT MERGE]

* commit '00251f77822e878e48e9d8596c87677559ed4c37':
  Improve text rendering and measurement. [DO NOT MERGE]

10 years agoam 6214d7aa: am 5f0fb2a1: am 4da3827f: (-s ours) am acbff099: am d9076a95: am f4b35c6...
Deepanshu Gupta [Fri, 2 May 2014 19:54:01 +0000 (19:54 +0000)]
am 6214d7aa: am 5f0fb2a1: am 4da3827f: (-s ours) am acbff099: am d9076a95: am f4b35c6a: (-s ours) am ef822b3f: am 62a4a1f9: am 2a82a48f: Fix the measurement of text bounds. [DO NOT MERGE]

* commit '6214d7aa506893b5fdfc68c7a5e812189930da00':
  Fix the measurement of text bounds. [DO NOT MERGE]

10 years agoam eec3eb86: am c1ce1c99: am 951c6976: (-s ours) am fcdbc3cb: am 38f954c8: am e0537c1...
Deepanshu Gupta [Fri, 2 May 2014 19:53:57 +0000 (19:53 +0000)]
am eec3eb86: am c1ce1c99: am 951c6976: (-s ours) am fcdbc3cb: am 38f954c8: am e0537c1d: (-s ours) am c7f8e64c: am 1830a58f: am 5bb3414d: Fix a bug in Nine Patch library. [DO NOT MERGE]

* commit 'eec3eb8694f188e435cc3dea18602a8ff2b51f6d':
  Fix a bug in Nine Patch library. [DO NOT MERGE]