- 12 May, 2012 1 commit
-
-
Mathias Agopian authored
We were including the delay of the previous frame when calculating the delay needed between a frame and the next. This caused a bad jitter in the animation timing. We also now use clock_nanosleep(). Change-Id: Iebb8cca4d57fe2f11d83b23a736e03db7a7d2006
-
- 11 May, 2012 21 commits
-
-
Chet Haase authored
-
Romain Guy authored
-
Romain Guy authored
This crash could occur when invoking setSurfaceTexture() then getBitmap() before the View has a chance to be drawn. Change-Id: I25c55df15750e59b9c916e8f750de2c89718d39e
-
Teng-Hui Zhu authored
-
Teng-Hui Zhu authored
-
Raph Levien authored
-
Raph Levien authored
-
Chris Wren authored
Merge "Don't allow notificaitons to be larger than 4U, even with actions. Limit BigText template to a fixed number of lines. Optimize layout of BigText and Inbox for expansion." into jb-dev
-
Andrew Flynn authored
-
Chris Wren authored
Limit BigText template to a fixed number of lines. Optimize layout of BigText and Inbox for expansion. Bug: 6457470 Change-Id: Ib7389e16e566df9f91347ca3fdd621916a12af9b
-
Daniel Sandler authored
Bug: 6476409 Change-Id: Ife4476ab08a96337fe78ef2892ac5d73f90b3e8c
-
satok authored
Bug: 6451163 Change-Id: If018533e8855e9dc21ab2a09ae31aa80ef260b72
-
Wink Saville authored
-
satok authored
Bug: 6476578 Change-Id: I60ad82f80770dcb67fd9663dac64dc81634d7014
-
Dianne Hackborn authored
Change-Id: Ie37a7c4356d593010686d5dc7d6e715d30099e1e
-
Mike Lockwood authored
-
Mike Lockwood authored
Also broadcast ACTION_AUDIO_BECOMING_NOISY on USB audio disconnect Change-Id: I46dfcc744df880066aea6bf651334a081c14af0f Signed-off-by:
Mike Lockwood <lockwood@google.com>
-
Eric Laurent authored
-
Raph Levien authored
This adds the Roboto Condensed family (with the name sans-serif-condensed, for consistency with existing family names). Change-Id: Ied2c509ebbb2b3b8637c659e62c9a821b6941eaa
-
Teng-Hui Zhu authored
Use the media controller as a reminder to the user when the video ended. We don't quit the video here b/c user may want to replay the video. bug:5340224 Change-Id: I6d5fdb54bb614277b75e1a18ebe0a7dadd47017e
-
Eric Laurent authored
Fix various issues in adjustStreamVolume() related to stream type aliases using different ranges. Always Update last audible index on all streams sharing the same alias. Add check on setRingerMode() to prevent setting mode to VIBRATE when no vibrator is present. Issue 6455831. Change-Id: Id110e05d2f16e208e1e398922617bf31967b62db
-
- 10 May, 2012 18 commits
-
-
Teng-Hui Zhu authored
Now when a user start inline play and then switch to full screen, there is no reload any more. Basically, we change mediaplayer as a static member, and detect possible situation to skip the prepare work. bug:5710646 Change-Id: Ida34cf2e919a6cc8e0d52cd1175d51b5f5d527f7
-
Brandon Keely authored
-
Jim Miller authored
-
Dianne Hackborn authored
Change-Id: Ie255c93442d0b62032ac25e6de97f2c03e5df3ba
-
Wink Saville authored
Change-Id: Ie46bba7e0ef7737a865f7efadbf963c2d14e488f
-
Brandon Keely authored
Change-Id: I8a3078b32b9543dd1b3a79231c3199f842f3cfd1
-
Jim Miller authored
TargetDrawables now have a "home" position they can be scaled about. Added new "focused" state to TargetDrawable. This is used to distinguish between highlight and selection. Updated target icons to use new focused state. Currently re-uses "activated" icon. Change to event handling to allow cancel events when a target is highlighted to cause a selection. Cleaned up MultiWaveView initialization code. MultiWaveView animation improvements: - new scale animation when center handle is touched. - switched to using indices instead of foreach loops in critical path code to avoid creating temporary objects. - updated and simplified animation code. Change-Id: I593c021475f1644c73bdb9f84855e6a9fec7c0ab
-
Daniel Sandler authored
-
Eric Fischer authored
-
Eric Fischer authored
-
Dianne Hackborn authored
-
Eric Laurent authored
-
Dianne Hackborn authored
...incorrect visibility when the ActionBar overflow menu is opened Don't report layout flags in system UI visibility callback. Update docs to reflect this. Change-Id: Icfa411b5537de037cafbcac04991101e8b9138c4
-
Kenny Root authored
-
Eric Laurent authored
Add synchronization to prevent concurrent accesses to volume indexes HashMap in VolumeStreamState. Use ConcurrentHashMap for VolumeStreamState mIndex and mLastAudibleIndex. Issue 6421841. Change-Id: I6dee805a79aa5e2cd0ba4072014a2fcdda4ed507
-
Robert Greenwalt authored
-
Chet Haase authored
The matrix calculated by Animations is pushed down to the native DisplayList object, and is then used when the DL is issued to the GL renderer. This works while the animation is running, but the end of animations is not handled correctly. In particular, we never clear the animation, so whatever the last frame of the animation calculated will persist on that DisplayList object until it is recreated. The fix is to note when we used to be animating and are no longer doing so, taking that opportunity to push the cleared state down to the DisplayList. Issue #6448993 action bar -- including settings menu -- disappears on Nakasi Change-Id: I73cdadaef40d87ccbc1beb02599c4d70506ea42b
-
Daniel Sandler authored
Bug: 6418617 Change-Id: I843352fbd167aeb6cc7beb0172b7416aabd5856a
-