Add a scrubber to keyguard; layout tweaks

Switch KeyguardTransportControlView over to using RemoteController
instead of the internal API.

Guard transition animations behind a flag until we can work out some
intermittent issues.

Change-Id: Ie9f41339ce6e735c5d524db88437672f2c9859e2
This commit is contained in:
Adam Powell
2013-09-30 16:16:24 -07:00
parent 95867a6524
commit f8895248e2
7 changed files with 563 additions and 225 deletions

View File

@@ -1674,7 +1674,7 @@ public class RemoteControlClient
* @return true during any form of playback, false if it's not playing anything while in this
* playback state
*/
private static boolean playbackPositionShouldMove(int playstate) {
static boolean playbackPositionShouldMove(int playstate) {
switch(playstate) {
case PLAYSTATE_STOPPED:
case PLAYSTATE_PAUSED: