Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java44 private final SplashScreenView mSplashScreenView; field in SplashScreenExitAnimation
61 mSplashScreenView = view; in SplashScreenExitAnimation()
101 SplashScreenExitAnimationUtils.startAnimations(mSplashScreenView, mFirstWindowSurface, in startAnimations()
112 if (mSplashScreenView.isAttachedToWindow()) { in reset()
113 mSplashScreenView.setVisibility(GONE); in reset()
123 InteractionJankMonitor.getInstance().begin(mSplashScreenView, CUJ_SPLASHSCREEN_EXIT_ANIM); in onAnimationStart()
DSplashScreenExitAnimationUtils.java301 private final ViewGroup mSplashScreenView; field in SplashScreenExitAnimationUtils.ShiftUpAnimation
315 mSplashScreenView = splashScreenView; in ShiftUpAnimation()
323 || !mSplashScreenView.isAttachedToWindow()) { in onAnimationProgress()
355 if (mSplashScreenView.isAttachedToWindow()) { in finish()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropZoneView.java86 private ImageView mSplashScreenView; field in DropZoneView
115 mSplashScreenView = new ImageView(context); in DropZoneView()
116 mSplashScreenView.setScaleType(ImageView.ScaleType.FIT_CENTER); in DropZoneView()
117 addView(mSplashScreenView, in DropZoneView()
119 mSplashScreenView.setAlpha(0f); in DropZoneView()
158 ((LayoutParams) mSplashScreenView.getLayoutParams()).bottomMargin = (int) bottom; in setBottomInset()
168 mSplashScreenView.setImageDrawable(appIcon); in setAppInfo()
229 mSplashScreenView.animate().alpha(mShowingSplash ? 1f : 0f).start(); in animateSplashScreenIcon()