Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java93 int mainWindowShiftLength, TransactionPool transactionPool, Rect firstWindowFrame, in startAnimations() argument
104 firstWindowSurface, mainWindowShiftLength, transactionPool, firstWindowFrame, in startAnimations()
118 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in startAnimations() argument
123 firstWindowSurface, mainWindowShiftLength, transactionPool, firstWindowFrame, in startAnimations()
134 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in createRadialVanishSlideUpAnimator() argument
173 firstWindowSurface, splashScreenView, transactionPool, firstWindowFrame, in createRadialVanishSlideUpAnimator()
391 TransactionPool transactionPool, Rect firstWindowFrame, in ShiftUpAnimation() argument
393 mFromYDelta = fromYDelta - Math.max(firstWindowFrame.top, roundedCornerRadius); in ShiftUpAnimation()
400 mFirstWindowFrame = firstWindowFrame; in ShiftUpAnimation()
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DFrameTrackerTest.java625 @JankType int jankType, long vsyncId, boolean firstWindowFrame) { in sendFrame() argument
627 sendHwuiFrame(tracker, durationMillis, vsyncId, firstWindowFrame); in sendFrame()
633 boolean firstWindowFrame) { in sendHwuiFrame() argument
635 doReturn(firstWindowFrame ? 1L : 0L).when(mWrapper) in sendHwuiFrame()