Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java43 private final Rect mFirstWindowFrame = new Rect(); field in SplashScreenExitAnimation
67 mFirstWindowFrame.set(frame); in SplashScreenExitAnimation()
106 mFirstWindowSurface, mMainWindowShiftLength, mTransactionPool, mFirstWindowFrame, in startAnimations()
DSplashScreenExitAnimationUtils.java386 private final Rect mFirstWindowFrame; field in SplashScreenExitAnimationUtils.ShiftUpAnimation
400 mFirstWindowFrame = firstWindowFrame; in ShiftUpAnimation()
419 mTmpTransform.postTranslate(mFirstWindowFrame.left, in onAnimationProgress()
420 mFirstWindowFrame.top + mMainWindowShiftLength); in onAnimationProgress()