Searched refs:animationScale (Results 1 – 1 of 1) sorted by relevance
70 private float animationScale = 1.0f; field in CustomizeExitActivity89 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()