Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java514 private Animation createClipRevealAnimationLocked(int transit, boolean enter, Rect appFrame) { in createClipRevealAnimationLocked() argument
519 final int appWidth = appFrame.width(); in createClipRevealAnimationLocked()
520 final int appHeight = appFrame.height(); in createClipRevealAnimationLocked()
957 Rect appFrame, boolean isVoiceInteraction) { in loadAnimation() argument
995 a = createClipRevealAnimationLocked(transit, enter, appFrame); in loadAnimation()
DWindowManagerService.java3484 Rect appFrame = new Rect(0, 0, width, height); in applyAnimationLocked() local
3491 appFrame.set(win.mFrame); in applyAnimationLocked()
3501 mCurConfiguration.orientation, containingFrame, contentInsets, appFrame, in applyAnimationLocked()