Home
last modified time | relevance | path

Searched refs:mAppBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DWindowConfiguration.java74 private Rect mAppBounds; field in WindowConfiguration
227 dest.writeTypedObject(mAppBounds, flags); in writeToParcel()
239 mAppBounds = source.readTypedObject(Rect.CREATOR); in readFromParcel()
290 mAppBounds = null; in setAppBounds()
355 if (mAppBounds == null) { in setAppBounds()
356 mAppBounds = new Rect(); in setAppBounds()
359 mAppBounds.set(left, top, right, bottom); in setAppBounds()
365 return mAppBounds; in getAppBounds()
429 setAppBounds(other.mAppBounds); in setTo()
460 if (mAppBounds != null) { in scale()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java163 private final Rect mAppBounds; field in PipContentOverlay.PipAppIconOverlay
182 mAppBounds = new Rect(0, 0, appBounds.width(), appBounds.height()); in PipAppIconOverlay()
223 final int appBoundsCenterX = mAppBounds.centerX(); in onAnimationUpdate()
224 final int appBoundsCenterY = mAppBounds.centerY(); in onAnimationUpdate()
230 (float) mAppBounds.width() / currentBounds.width(), in onAnimationUpdate()
231 (float) mAppBounds.height() / currentBounds.height()); in onAnimationUpdate()
DPipTaskOrganizer.java371 final Rect mAppBounds = new Rect(); field in PipTaskOrganizer
2001 mAppBounds.setEmpty(); in clearContentOverlay()
2007 mAppBounds.set(appBounds); in setContentOverlay()
2009 mAppBounds.setEmpty(); in setContentOverlay()
DPipTransition.java505 final Rect appBounds = mPipOrganizer.mAppBounds; in onFinishResize()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9626 Landroid/app/WindowConfiguration;->mAppBounds:Landroid/graphics/Rect;