Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimation.java69 private final int mMainWindowShiftLength; field in SplashScreenExitAnimation
118 mMainWindowShiftLength = mainWindowShiftLength; in SplashScreenExitAnimation()
155 WindowManager.LayoutParams.MATCH_PARENT, mMainWindowShiftLength); in createAnimator()
158 mShiftUpAnimation = new ShiftUpAnimation(0, -mMainWindowShiftLength, occludeHoleView); in createAnimator()
268 mFirstWindowFrame.top + mMainWindowShiftLength); in onAnimationProgress()
H A DSplashscreenContentDrawer.java105 private int mMainWindowShiftLength; field in SplashscreenContentDrawer
168 mMainWindowShiftLength = mContext.getResources().getDimensionPixelSize( in updateDensity()
984 leash, frame, mMainWindowShiftLength, mTransactionPool, finishCallback); in applyExitAnimation()