Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimationUtils.java124 View occludeHoleView = null; in createAnimator() local
128 occludeHoleView = new View(splashScreenView.getContext()); in createAnimator()
130 occludeHoleView.setBackgroundColor(Color.BLUE); in createAnimator()
132 occludeHoleView.setBackgroundColor( in createAnimator()
135 occludeHoleView.setBackgroundColor( in createAnimator()
140 splashScreenView.addView(occludeHoleView, params); in createAnimator()
142 shiftUpAnimation = new ShiftUpAnimation(0, -mMainWindowShiftLength, occludeHoleView, in createAnimator()
153 View finalOccludeHoleView = occludeHoleView; in createAnimator()
306 public ShiftUpAnimation(float fromYDelta, float toYDelta, View occludeHoleView, in ShiftUpAnimation() argument
312 mOccludeHoleView = occludeHoleView; in ShiftUpAnimation()
[all …]