Home
last modified time | relevance | path

Searched defs:onSourceBoundsChanged (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnifierCallback.java39 void onSourceBoundsChanged(int displayId, Rect sourceBounds); in onSourceBoundsChanged() method
H A DWindowMagnificationConnectionImpl.java122 void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged() method in WindowMagnificationConnectionImpl
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DIWindowMagnificationConnectionCallback.aidl52 void onSourceBoundsChanged(int displayId, in Rect sourceBounds); in onSourceBoundsChanged() method
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationManager.java195 void onSourceBoundsChanged(int displayId, Rect bounds); in onSourceBoundsChanged() method
963 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged() method in WindowMagnificationManager.ConnectionCallback
1232 public void onSourceBoundsChanged(Rect sourceBounds) { in onSourceBoundsChanged() method in WindowMagnificationManager.WindowMagnifier
H A DMagnificationController.java507 public void onSourceBoundsChanged(int displayId, Rect bounds) { in onSourceBoundsChanged() method in MagnificationController
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMagnificationControllerTest.java1336 public void onSourceBoundsChanged(int displayId, Rect bounds) { in onSourceBoundsChanged() method in MagnificationControllerTest.WindowMagnificationMgrCallbackDelegate