Searched refs:mAppBounds (Results 1 – 5 of 5) sorted by relevance
74 private Rect mAppBounds; field in WindowConfiguration227 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 …]
163 private final Rect mAppBounds; field in PipContentOverlay.PipAppIconOverlay182 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()
371 final Rect mAppBounds = new Rect(); field in PipTaskOrganizer2001 mAppBounds.setEmpty(); in clearContentOverlay()2007 mAppBounds.set(appBounds); in setContentOverlay()2009 mAppBounds.setEmpty(); in setContentOverlay()
505 final Rect appBounds = mPipOrganizer.mAppBounds; in onFinishResize()
9626 Landroid/app/WindowConfiguration;->mAppBounds:Landroid/graphics/Rect;