Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimationUtils.java125 ShiftUpAnimation shiftUpAnimation = null; in createAnimator()
142 shiftUpAnimation = new ShiftUpAnimation(0, -mMainWindowShiftLength, occludeHoleView, in createAnimator()
154 ShiftUpAnimation finalShiftUpAnimation = shiftUpAnimation; in createAnimator()
294 public static final class ShiftUpAnimation { class in SplashScreenExitAnimationUtils
306 public ShiftUpAnimation(float fromYDelta, float toYDelta, View occludeHoleView, in ShiftUpAnimation() method in SplashScreenExitAnimationUtils.ShiftUpAnimation