Searched refs:appFrame (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/policy/ |
D | TransitionAnimation.java | 431 int wallpaperTransit, boolean enter, Rect appFrame, Rect displayFrame, Rect startRect) { in createClipRevealAnimationLocked() argument 433 getTransitCompatType(transit, wallpaperTransit), enter, appFrame, displayFrame, in createClipRevealAnimationLocked() 438 boolean enter, Rect appFrame, Rect displayFrame, Rect startRect) { in createClipRevealAnimationLockedCompat() argument 441 final int appWidth = appFrame.width(); in createClipRevealAnimationLockedCompat() 442 final int appHeight = appFrame.height(); in createClipRevealAnimationLockedCompat() 459 int clipStartX = centerX - halfWidth - appFrame.left; in createClipRevealAnimationLockedCompat() 460 int clipStartY = centerY - halfHeight - appFrame.top; in createClipRevealAnimationLockedCompat() 466 if (appFrame.top > centerY - halfHeight) { in createClipRevealAnimationLockedCompat() 467 translationY = (centerY - halfHeight) - appFrame.top; in createClipRevealAnimationLockedCompat() 472 if (appFrame.left > centerX - halfWidth) { in createClipRevealAnimationLockedCompat() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 2183 final Rect appFrame = mDisplayPolicy.getDecorInsetsInfo(rotation, dw, dh).mNonDecorFrame; in updateDisplayAndOrientation() local 2190 mDisplayInfo.appWidth = appFrame.width(); in updateDisplayAndOrientation() 2191 mDisplayInfo.appHeight = appFrame.height(); in updateDisplayAndOrientation()
|