Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java65 private final SplashScreenView mSplashScreenView; field in SplashScreenExitAnimation
81 mSplashScreenView = view; in SplashScreenExitAnimation()
120 final int globalHeight = mSplashScreenView.getHeight(); in createAnimator()
123 final int halfWidth = mSplashScreenView.getWidth() / 2; in createAnimator()
129 mRadialVanishAnimation = new RadialVanishAnimation(mSplashScreenView); in createAnimator()
136 View occludeHoleView = new View(mSplashScreenView.getContext()); in createAnimator()
140 occludeHoleView.setBackgroundColor(mSplashScreenView.getInitBackgroundColor()); in createAnimator()
144 mSplashScreenView.addView(occludeHoleView, params); in createAnimator()
242 || !mSplashScreenView.isAttachedToWindow()) { in onAnimationProgress()
274 if (mSplashScreenView.isAttachedToWindow()) { in finish()
[all …]
/frameworks/base/core/java/android/app/
DActivity.java973 private SplashScreenView mSplashScreenView; field in Activity
1635 mSplashScreenView = v; in setSplashScreenView()
1640 return mSplashScreenView; in getSplashScreenView()