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
63 mSplashScreenView = view; in SplashScreenExitAnimation()
105 SplashScreenExitAnimationUtils.startAnimations(mAnimationType, mSplashScreenView, in startAnimations()
116 if (mSplashScreenView.isAttachedToWindow()) { in reset()
117 mSplashScreenView.setVisibility(GONE); in reset()
127 InteractionJankMonitor.getInstance().begin(mSplashScreenView, CUJ_SPLASHSCREEN_EXIT_ANIM); in onAnimationStart()
DSplashScreenExitAnimationUtils.java384 private final ViewGroup mSplashScreenView; field in SplashScreenExitAnimationUtils.ShiftUpAnimation
398 mSplashScreenView = splashScreenView; in ShiftUpAnimation()
406 || !mSplashScreenView.isAttachedToWindow()) { in onAnimationProgress()
438 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()