Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java46 private final int mIconFadeOutDuration; field in SplashScreenExitAnimation
75 mIconFadeOutDuration = 0; in SplashScreenExitAnimation()
88 mIconFadeOutDuration = context.getResources().getInteger( in SplashScreenExitAnimation()
98 mAnimationDuration = Math.max(mIconFadeOutDuration, mAppRevealDelay + mAppRevealDuration); in SplashScreenExitAnimation()
107 mAnimationDuration, mIconFadeOutDuration, mIconStartAlpha, mBrandingStartAlpha, in startAnimations()