Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnifierCallback.java39 void onSourceBoundsChanged(int displayId, Rect sourceBounds); in onSourceBoundsChanged() method
DMagnificationConnectionImpl.java128 void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged() method in MagnificationConnectionImpl
/frameworks/base/core/java/android/view/accessibility/
DIMagnificationConnectionCallback.aidl55 void onSourceBoundsChanged(int displayId, in Rect sourceBounds); in onSourceBoundsChanged() method
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationConnectionManager.java197 void onSourceBoundsChanged(int displayId, Rect bounds); in onSourceBoundsChanged() method
984 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged() method in MagnificationConnectionManager.ConnectionCallback
1273 public void onSourceBoundsChanged(Rect sourceBounds) { in onSourceBoundsChanged() method in MagnificationConnectionManager.WindowMagnifier
DMagnificationController.java512 public void onSourceBoundsChanged(int displayId, Rect bounds) { in onSourceBoundsChanged() method in MagnificationController
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DMagnificationControllerTest.java1385 public void onSourceBoundsChanged(int displayId, Rect bounds) { in onSourceBoundsChanged() method in MagnificationControllerTest.WindowMagnificationMgrCallbackDelegate