Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java465 int wallpaperTransit, boolean enter, Rect appFrame, Rect displayFrame, Rect startRect) { in createClipRevealAnimationLocked() argument
467 getTransitCompatType(transit, wallpaperTransit), enter, appFrame, displayFrame, in createClipRevealAnimationLocked()
472 boolean enter, Rect appFrame, Rect displayFrame, Rect startRect) { in createClipRevealAnimationLockedCompat() argument
475 final int appWidth = appFrame.width(); in createClipRevealAnimationLockedCompat()
476 final int appHeight = appFrame.height(); in createClipRevealAnimationLockedCompat()
493 int clipStartX = centerX - halfWidth - appFrame.left; in createClipRevealAnimationLockedCompat()
494 int clipStartY = centerY - halfHeight - appFrame.top; in createClipRevealAnimationLockedCompat()
500 if (appFrame.top > centerY - halfHeight) { in createClipRevealAnimationLockedCompat()
501 translationY = (centerY - halfHeight) - appFrame.top; in createClipRevealAnimationLockedCompat()
506 if (appFrame.left > centerX - halfWidth) { in createClipRevealAnimationLockedCompat()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2279 final Rect appFrame = mDisplayPolicy.getDecorInsetsInfo(rotation, dw, dh).mNonDecorFrame; in updateDisplayAndOrientation() local
2286 mDisplayInfo.appWidth = appFrame.width(); in updateDisplayAndOrientation()
2287 mDisplayInfo.appHeight = appFrame.height(); in updateDisplayAndOrientation()