Sets the default fade-out timeout of magnification switch to 5000ms
It is for the new UI changes, Nov 10. update. go/window-magnify-ux Bug: 172631612 Test: none Change-Id: Ia18243e0bddf9f48da2a25cbef0b08af8e3c8a3a
This commit is contained in:
@@ -52,7 +52,7 @@ class MagnificationModeSwitch {
|
||||
@VisibleForTesting
|
||||
static final long FADING_ANIMATION_DURATION_MS = 300;
|
||||
@VisibleForTesting
|
||||
static final int DEFAULT_FADE_OUT_ANIMATION_DELAY_MS = 3000;
|
||||
static final int DEFAULT_FADE_OUT_ANIMATION_DELAY_MS = 5000;
|
||||
private int mUiTimeout;
|
||||
private final Runnable mFadeInAnimationTask;
|
||||
private final Runnable mFadeOutAnimationTask;
|
||||
|
||||
Reference in New Issue
Block a user