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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user