Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java47 private final int mAppRevealDelay; field in SplashScreenExitAnimation
78 mAppRevealDelay = 0; in SplashScreenExitAnimation()
90 mAppRevealDelay = context.getResources().getInteger( in SplashScreenExitAnimation()
98 mAnimationDuration = Math.max(mIconFadeOutDuration, mAppRevealDelay + mAppRevealDuration); in SplashScreenExitAnimation()
108 mAppRevealDelay, mAppRevealDuration, this, mRoundedCornerRadius); in startAnimations()