83563 Commits

Author SHA1 Message Date
Nick Pelly
74fa7eabda Improve coarse locations.
Fix a couple of bugs, and modify the behavior of the random offset.

The random offset now slowly changes over time, to mitigate against
applications averaging out the offset over time while at a
grid boundary.

Change-Id: Iecffff29145b8c2b30d1eca1662cf9d3e8cff756
2012-08-16 15:22:24 -07:00
Chet Haase
af06be2967 am 24214390: Merge "Remove CacheTextureLine structure from FontRenderer" into jb-mr1-dev
* commit '242143904800e0fe145977cd8880974545a166a5':
  Remove CacheTextureLine structure from FontRenderer
2012-08-16 15:04:36 -07:00
Chet Haase
2421439048 Merge "Remove CacheTextureLine structure from FontRenderer" into jb-mr1-dev 2012-08-16 15:02:44 -07:00
Kenny Root
e62f5f9412 am 3f1e8b90: Remove StatFs from AndroidRuntime JNI
* commit '3f1e8b90b05e0fb39240f4c8924d94d8c11f50d1':
  Remove StatFs from AndroidRuntime JNI
2012-08-16 14:56:57 -07:00
Kenny Root
3f1e8b90b0 Remove StatFs from AndroidRuntime JNI
Change-Id: I88039794cf3e4a959b37c29c67f16f2dc0751a5c
2012-08-16 14:55:18 -07:00
Jean-Baptiste Queru
d2fb6e99bd Merge "Fix Issue #35489: drm content corruption on GB" 2012-08-16 14:45:12 -07:00
Stephen Hines
8d0a827a0d am 31bc7f9f: Merge "Initial version of Renderscript Compute Benchmark" into jb-mr1-dev
* commit '31bc7f9f218106343bf3b574d9598dfc8e6426a7':
  Initial version of Renderscript Compute Benchmark
2012-08-16 14:41:58 -07:00
Stephen Hines
0c51cd9dc7 am 9196c9a0: Merge "Fisheye filter: approx version, general performance improvements" into jb-mr1-dev
* commit '9196c9a0c3228ee5d69fe7b8fa6136260638ac6d':
  Fisheye filter:  approx version, general performance improvements
2012-08-16 14:40:10 -07:00
Stephen Hines
31bc7f9f21 Merge "Initial version of Renderscript Compute Benchmark" into jb-mr1-dev 2012-08-16 14:38:43 -07:00
Kenny Root
9b0da58e3a Merge "Introduce a restorecon JNI binding." 2012-08-16 14:38:30 -07:00
Stephen Hines
9196c9a0c3 Merge "Fisheye filter: approx version, general performance improvements" into jb-mr1-dev 2012-08-16 14:37:34 -07:00
Kenny Root
1090f7023a Merge "Remove StatFs from AndroidRuntime JNI" 2012-08-16 14:37:31 -07:00
Baligh Uddin
60222f0903 am a4a5a85f: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
* commit 'a4a5a85f8f8c427af992e57f726aa1a46a9d4c7b':
  Import translations. DO NOT MERGE
2012-08-16 14:35:47 -07:00
Jeff Sharkey
849e985ea9 am c584b65b: Merge "Multi-user external storage support." into jb-mr1-dev
* commit 'c584b65b2093396c9a0c9303dab6ff6cb81ac315':
  Multi-user external storage support.
2012-08-16 14:35:39 -07:00
Chet Haase
2936fc0244 Make animators more robust against ending mid-stream
The logic in the frame processing code of ValueAnimator did not handle
the situation of animators being ended while the current animation list
was being processed. In particular, if a call to an animation update
(which could result in a call out to user code) caused that animation, or
other current animators, to end, then there was the risk of running off the
end of the list of current animators.

The fix is to work from a copy of the current animator list, processing frames
on each one only if they also exist in the real animations list.

Issue #6992223 Frequent System UI crash

Change-Id: I742964558f8354f04c311b7b51c7686f26a4dacf
2012-08-16 14:34:04 -07:00
Baligh Uddin
a4a5a85f8f Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-08-16 14:33:48 -07:00
Jeff Sharkey
c584b65b20 Merge "Multi-user external storage support." into jb-mr1-dev 2012-08-16 14:32:39 -07:00
Kenny Root
89db6a40af Remove StatFs from AndroidRuntime JNI
Change-Id: I88039794cf3e4a959b37c29c67f16f2dc0751a5c
2012-08-16 14:31:31 -07:00
Kenny Root
1be4713a9b am a579f792: am d69b47c0: am 8942e5a3: Merge "Use libcore Posix class for StatFs implementation"
* commit 'a579f7926af72597f1c11c5df0486253d5d2c435':
  Use libcore Posix class for StatFs implementation
2012-08-16 14:29:07 -07:00
Kenny Root
a579f7926a am d69b47c0: am 8942e5a3: Merge "Use libcore Posix class for StatFs implementation"
* commit 'd69b47c087a87355df76a5276ab18af847f64367':
  Use libcore Posix class for StatFs implementation
2012-08-16 14:26:07 -07:00
Kenny Root
d69b47c087 am 8942e5a3: Merge "Use libcore Posix class for StatFs implementation"
* commit '8942e5a32ae2d1a36b65efe5b26cc06227ea0ca5':
  Use libcore Posix class for StatFs implementation
2012-08-16 14:22:31 -07:00
Iliyan Malchev
396efde6da Set the brightness to zero on screen-off
Fixes b/6996990

Ideally, the HWC HAL should turn off the backlight when the display is turned
off.  This patch enforces this at the PowerManager, which can guard against
errant HWC implementations.

Change-Id: Ibb826a02871c983f8a68034d010e68abe9c5c1d5
Signed-off-by: Iliyan Malchev <malchev@google.com>
2012-08-16 13:58:03 -07:00
Daniel Sandler
ab94faf3d7 Allow the panels to be temporarily dragged past their contents.
Once the user lets go, restore the "correct" height of the
panel.

Bug: 6999596
Change-Id: I2db393873cee876cf17fea25c9d25fe5e3a78424
2012-08-16 13:57:53 -07:00
Daniel Sandler
5844f3b9fd Fix crash in SystemUI.
It looks like we were end()ing the main timing animation in
the middle of the animation (and too many times, at that).

Bug: 6992223
Change-Id: I6a4b7d692171baa73f6211c7843e164b05383a30
2012-08-16 13:57:43 -07:00
Daniel Sandler
94c194a763 Turn off an assert.
Change-Id: Ifad4bd65ddcedc6e2dd018695fd37ddbf9163e80
2012-08-16 13:57:31 -07:00
Daniel Sandler
dacce4ca54 Fix status bar disabling.
Bug: 6998403
Change-Id: I8a47e694f2f3914ef5cf0d180b0309783148c627
2012-08-16 13:57:20 -07:00
Iliyan Malchev
6afc0e2437 am ee98610f: Merge "Set the brightness to zero on screen-off" into jb-mr1-dev
* commit 'ee98610f1af9c12fcb89522cf1795470bec60938':
  Set the brightness to zero on screen-off
2012-08-16 13:45:01 -07:00
Iliyan Malchev
ee98610f1a Merge "Set the brightness to zero on screen-off" into jb-mr1-dev 2012-08-16 13:43:14 -07:00
Kenny Root
8942e5a32a Merge "Use libcore Posix class for StatFs implementation" 2012-08-16 13:37:25 -07:00
Michael Jurka
d1f6e0174e am c40771a9: Merge "Fix bug with preloading recent tasks" into jb-mr1-dev
* commit 'c40771a90d348b59ce0ffb8654f2d0cde39d7384':
  Fix bug with preloading recent tasks
2012-08-16 13:22:26 -07:00
Michael Jurka
c40771a90d Merge "Fix bug with preloading recent tasks" into jb-mr1-dev 2012-08-16 13:19:45 -07:00
Baligh Uddin
9e77bcdf3f Import translations. DO NOT MERGE
Change-Id: I8cda507820505a293fb31f0e8e0b804e85036b54
Auto-generated-cl: translation import
2012-08-16 13:14:12 -07:00
Daniel Sandler
9744ad68e2 am 5050813f: Allow the panels to be temporarily dragged past their contents.
* commit '5050813f15a1d39d49cb8eca5a3aa6df43c4d450':
  Allow the panels to be temporarily dragged past their contents.
2012-08-16 12:58:20 -07:00
Daniel Sandler
b9c0ebc13b am 3fd688fa: Merge changes Ifad4bd65,I6a4b7d69 into jb-mr1-dev
* commit '3fd688fa50b518ca0b2bf0932dc7ab7197da6b1d':
  Turn off an assert.
  Fix crash in SystemUI.
2012-08-16 12:55:14 -07:00
Daniel Sandler
5050813f15 Allow the panels to be temporarily dragged past their contents.
Once the user lets go, restore the "correct" height of the
panel.

Bug: 6999596
Change-Id: I2db393873cee876cf17fea25c9d25fe5e3a78424
2012-08-16 15:54:57 -04:00
Fabrice Di Meglio
23c89fd168 Improve resolution of RTL related properties
- fix bug #6887370 ListPreference shows misaligned radio drawables (in CheckedTextView?)
- fix bug #6938146 "Show more cards..." text on bottom button is not centered

- also defer scrollbar initialization as we need resolved padding values for them

Change-Id: Ife651ffe6bbcc228ff6724f3d9b91079fac3a740
2012-08-16 12:53:16 -07:00
Daniel Sandler
3fd688fa50 Merge changes Ifad4bd65,I6a4b7d69 into jb-mr1-dev
* changes:
  Turn off an assert.
  Fix crash in SystemUI.
2012-08-16 12:52:18 -07:00
Dianne Hackborn
fe1d3d4c52 am f02b60aa: Rename UserId to UserHandle.
* commit 'f02b60aa4f367516f40cf3d60fffae0c6fe3e1b8':
  Rename UserId to UserHandle.
2012-08-16 12:51:44 -07:00
Iliyan Malchev
122415f5c8 Set the brightness to zero on screen-off
Fixes b/6996990

Ideally, the HWC HAL should turn off the backlight when the display is turned
off.  This patch enforces this at the PowerManager, which can guard against
errant HWC implementations.

Change-Id: Ibb826a02871c983f8a68034d010e68abe9c5c1d5
Signed-off-by: Iliyan Malchev <malchev@google.com>
2012-08-16 12:48:28 -07:00
Dianne Hackborn
f02b60aa4f Rename UserId to UserHandle.
This is the start of turning this into a formal public API.

Change-Id: I5786d2c320f1de41a06ed5d0f65adb68967287a0
2012-08-16 12:46:38 -07:00
Svetoslav Ganov
2691ab25e5 am ca34bcf6: resolved conflicts for merge of 80c904df to jb-mr1-dev
* commit 'ca34bcf6746454c561b0c07ca5c6e42bd4a73e9e':
  Allow enabled accessibility service to toggle tocuh exploration after an upgrade to JellyBean.
2012-08-16 12:26:32 -07:00
Svetoslav Ganov
ca34bcf674 resolved conflicts for merge of 80c904df to jb-mr1-dev
Change-Id: Ic2f8d64cd716d04a533ca0685d1fb0d5e2a21933
2012-08-16 12:22:23 -07:00
Jason Sams
39a4bf2a54 am 14250ccf: Merge "Testing java compat lib for RS." into jb-mr1-dev
* commit '14250ccf22f88ce0a44b4fa1ec992da9344ffe18':
  Testing java compat lib for RS.
2012-08-16 11:26:11 -07:00
Jason Sams
14250ccf22 Merge "Testing java compat lib for RS." into jb-mr1-dev 2012-08-16 11:23:41 -07:00
Daniel Sandler
be8e86a188 am 504135b5: Merge "Fix status bar disabling." into jb-mr1-dev
* commit '504135b5cef98bba79bfa38959a9d8c695175255':
  Fix status bar disabling.
2012-08-16 10:58:16 -07:00
Kenny Root
bdd23ae9f5 Use libcore Posix class for StatFs implementation
Remove some JNI and duplicated functionality and use libcore's Posix
class for the statfs function instead.

Change-Id: Ic1e161dc10c18c2c6ee81d895a0efd8910086dbf
2012-08-16 10:55:47 -07:00
Daniel Sandler
504135b5ce Merge "Fix status bar disabling." into jb-mr1-dev 2012-08-16 10:55:18 -07:00
Daniel Sandler
fa71962948 Turn off an assert.
Change-Id: Ifad4bd65ddcedc6e2dd018695fd37ddbf9163e80
2012-08-16 13:52:39 -04:00
Daniel Sandler
5a35a0d560 Fix crash in SystemUI.
It looks like we were end()ing the main timing animation in
the middle of the animation (and too many times, at that).

Bug: 6992223
Change-Id: I6a4b7d692171baa73f6211c7843e164b05383a30
2012-08-16 13:52:31 -04:00
Svetoslav Ganov
80c904df15 am 8631701b: Allow enabled accessibility service to toggle tocuh exploration after an upgrade to JellyBean.
* commit '8631701bb770f3a4e3b2a139dc282f2244fe86e6':
  Allow enabled accessibility service to toggle tocuh exploration after an upgrade to JellyBean.
2012-08-16 10:36:55 -07:00