Home
last modified time | relevance | path

Searched refs:animationScale (Results 1 – 1 of 1) sorted by relevance

/development/samples/StartingWindow/src/com/example/android/startingwindow/
DCustomizeExitActivity.java70 private float animationScale = 1.0f; field in CustomizeExitActivity
89 animationScale = Global.getFloat(getContentResolver(), in onCreate()
94 .postDelayed(() -> appReady = true, (long) (MOCK_DELAY * animationScale)); in onCreate()
144 view.postDelayed(animatorSet::start, (long) (delayMillis * animationScale)); in onSplashScreenExit()