Searched refs:mMainWindowShiftLength (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashScreenExitAnimationUtils.java | 103 SurfaceControl firstWindowSurface, int mMainWindowShiftLength, in createAnimator() argument 139 WindowManager.LayoutParams.MATCH_PARENT, mMainWindowShiftLength); in createAnimator() 142 shiftUpAnimation = new ShiftUpAnimation(0, -mMainWindowShiftLength, occludeHoleView, in createAnimator() 144 mMainWindowShiftLength, roundedCornerRadius); in createAnimator() 304 private final int mMainWindowShiftLength; field in SplashScreenExitAnimationUtils.ShiftUpAnimation 318 mMainWindowShiftLength = mainWindowShiftLength; in ShiftUpAnimation() 337 mFirstWindowFrame.top + mMainWindowShiftLength); in onAnimationProgress()
|
H A D | SplashScreenExitAnimation.java | 45 private final int mMainWindowShiftLength; field in SplashScreenExitAnimation 95 mMainWindowShiftLength = mainWindowShiftLength; in SplashScreenExitAnimation() 102 mMainWindowShiftLength, mTransactionPool, mFirstWindowFrame, mAnimationDuration, in startAnimations()
|
H A D | SplashscreenContentDrawer.java | 136 private int mMainWindowShiftLength; field in SplashscreenContentDrawer 337 mMainWindowShiftLength = mContext.getResources().getDimensionPixelSize( in updateDensity() 1190 view, leash, frame, mMainWindowShiftLength, mTransactionPool, finishCallback, in applyExitAnimation()
|