Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java155 ShiftUpAnimation shiftUpAnimation = null; in createRadialVanishSlideUpAnimator()
172 shiftUpAnimation = new ShiftUpAnimation(0, -mMainWindowShiftLength, occludeHoleView, in createRadialVanishSlideUpAnimator()
184 ShiftUpAnimation finalShiftUpAnimation = shiftUpAnimation; in createRadialVanishSlideUpAnimator()
377 public static final class ShiftUpAnimation { class in SplashScreenExitAnimationUtils
389 public ShiftUpAnimation(float fromYDelta, float toYDelta, View occludeHoleView, in ShiftUpAnimation() method in SplashScreenExitAnimationUtils.ShiftUpAnimation