Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java52 private final float mIconStartAlpha; field in SplashScreenExitAnimation
76 mIconStartAlpha = 0; in SplashScreenExitAnimation()
92 mIconStartAlpha = iconView.getAlpha(); in SplashScreenExitAnimation()
107 mAnimationDuration, mIconFadeOutDuration, mIconStartAlpha, mBrandingStartAlpha, in startAnimations()