Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java45 private final int mMainWindowShiftLength; field in SplashScreenExitAnimation
99 mMainWindowShiftLength = mainWindowShiftLength; in SplashScreenExitAnimation()
106 mFirstWindowSurface, mMainWindowShiftLength, mTransactionPool, mFirstWindowFrame, in startAnimations()
DSplashScreenExitAnimationUtils.java133 SurfaceControl firstWindowSurface, int mMainWindowShiftLength, in createRadialVanishSlideUpAnimator() argument
169 WindowManager.LayoutParams.MATCH_PARENT, mMainWindowShiftLength); in createRadialVanishSlideUpAnimator()
172 shiftUpAnimation = new ShiftUpAnimation(0, -mMainWindowShiftLength, occludeHoleView, in createRadialVanishSlideUpAnimator()
174 mMainWindowShiftLength, roundedCornerRadius); in createRadialVanishSlideUpAnimator()
387 private final int mMainWindowShiftLength; field in SplashScreenExitAnimationUtils.ShiftUpAnimation
401 mMainWindowShiftLength = mainWindowShiftLength; in ShiftUpAnimation()
420 mFirstWindowFrame.top + mMainWindowShiftLength); in onAnimationProgress()
DSplashscreenContentDrawer.java123 private int mMainWindowShiftLength; field in SplashscreenContentDrawer
332 mMainWindowShiftLength = mContext.getResources().getDimensionPixelSize( in updateDensity()
1197 view, leash, frame, mMainWindowShiftLength, mTransactionPool, finishCallback, in applyExitAnimation()