Searched refs:mSplashScreenView (Results 1 – 3 of 3) sorted by relevance
44 private final SplashScreenView mSplashScreenView; field in SplashScreenExitAnimation63 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()
384 private final ViewGroup mSplashScreenView; field in SplashScreenExitAnimationUtils.ShiftUpAnimation398 mSplashScreenView = splashScreenView; in ShiftUpAnimation()406 || !mSplashScreenView.isAttachedToWindow()) { in onAnimationProgress()438 if (mSplashScreenView.isAttachedToWindow()) { in finish()
86 private ImageView mSplashScreenView; field in DropZoneView115 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()