Home
last modified time | relevance | path

Searched refs:mSourceBounds (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMockWindowMagnificationConnection.java55 private Rect mSourceBounds = new Rect(); field in MockWindowMagnificationConnection
130 mSourceBounds.set(left, top, right, bottom); in computeSourceBounds()
183 mSourceBounds); in invokeCallbacksInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java106 private final Rect mSourceBounds = new Rect(); field in WindowMagnificationController
218 mTransaction.setGeometry(mMirrorSurface, mSourceBounds, mTmpRect, in WindowMagnificationController()
220 mWindowMagnifierCallback.onSourceBoundsChanged(mDisplayId, mSourceBounds); in WindowMagnificationController()
614 mSourceBounds.set(left, top, right, bottom); in calculateSourceBounds()
829 + (isWindowVisible() ? mSourceBounds : "empty")); in dump()
874 move(0, -mSourceBounds.height()); in performA11yAction()
876 move(0, mSourceBounds.height()); in performA11yAction()
878 move(-mSourceBounds.width(), 0); in performA11yAction()
880 move(mSourceBounds.width(), 0); in performA11yAction()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationManager.java623 private final Rect mSourceBounds = new Rect(); field in WindowMagnificationManager.WindowMagnifier
715 mSourceBounds.set(sourceBounds); in onSourceBoundsChanged()
720 return mEnabled ? mSourceBounds.exactCenterX() : Float.NaN; in getCenterX()
725 return mEnabled ? mSourceBounds.exactCenterY() : Float.NaN; in getCenterY()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java6971 private Rect mSourceBounds; field in Intent
7028 this.mSourceBounds = new Rect(o.mSourceBounds); in Intent()
8942 return mSourceBounds; in getSourceBounds()
10359 mSourceBounds = new Rect(r); in setSourceBounds()
10361 mSourceBounds = null; in setSourceBounds()
10543 if (other.mSourceBounds != null in fillIn()
10545 mSourceBounds = new Rect(other.mSourceBounds); in fillIn()
10787 if (mSourceBounds != null) { in toShortString()
10872 if (mSourceBounds != null) { in dumpDebugWithoutFieldId()
11040 if (mSourceBounds != null) { in toUriInner()
[all …]
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp342 mSourceBounds = computeSourceBounds(parentBounds); in computeBounds()
345 FloatRect bounds = mSourceBounds; in computeBounds()
348 bounds = mSourceBounds.intersect(layerCrop.toFloatRect()); in computeBounds()
2087 LayerProtoHelper::writeToProto(mSourceBounds, in writeToProtoDrawingState()
H A DLayer.h1091 FloatRect mSourceBounds; variable
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13523 Landroid/content/Intent;->mSourceBounds:Landroid/graphics/Rect;