/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationConnectionImpl.java | 122 void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged() method in WindowMagnificationConnectionImpl 125 mConnectionCallback.onSourceBoundsChanged(displayId, sourceBounds); in onSourceBoundsChanged()
|
H A D | WindowMagnifierCallback.java | 39 void onSourceBoundsChanged(int displayId, Rect sourceBounds); in onSourceBoundsChanged() method
|
H A D | WindowMagnification.java | 329 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { 331 mWindowMagnificationConnectionImpl.onSourceBoundsChanged(displayId, sourceBounds);
|
H A D | WindowMagnificationController.java | 325 mWindowMagnifierCallback.onSourceBoundsChanged(mDisplayId, in WindowMagnificationController() 449 mWindowMagnifierCallback.onSourceBoundsChanged(mDisplayId, new Rect()); in deleteWindowMagnification()
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | IWindowMagnificationConnectionCallback.aidl | 52 void onSourceBoundsChanged(int displayId, in Rect sourceBounds); in onSourceBoundsChanged() method
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | WindowMagnificationManager.java | 195 void onSourceBoundsChanged(int displayId, Rect bounds); in onSourceBoundsChanged() method 963 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged() method in WindowMagnificationManager.ConnectionCallback 975 magnifier.onSourceBoundsChanged(sourceBounds); in onSourceBoundsChanged() 977 mCallback.onSourceBoundsChanged(displayId, sourceBounds); in onSourceBoundsChanged() 1232 public void onSourceBoundsChanged(Rect sourceBounds) { in onSourceBoundsChanged() method in WindowMagnificationManager.WindowMagnifier
|
H A D | MagnificationController.java | 507 public void onSourceBoundsChanged(int displayId, Rect bounds) { in onSourceBoundsChanged() method in MagnificationController
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationControllerTest.java | 247 verify(mWindowMagnifierCallback, timeout(LAYOUT_CHANGE_TIMEOUT_MS)).onSourceBoundsChanged( in enableWindowMagnification_notifySourceBoundsChanged() 286 verify(mWindowMagnifierCallback, atLeast(2)).onSourceBoundsChanged( in moveWindowMagnifier_enabled_notifySourceBoundsChanged() 372 verify(mWindowMagnifierCallback, times(2)).onSourceBoundsChanged( in deleteWindowMagnification_notifySourceBoundsChanged() 399 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback() 412 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback() 433 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback() 454 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | MockWindowMagnificationConnection.java | 191 mIMirrorWindowCallback.onSourceBoundsChanged(TEST_DISPLAY, in invokeCallbacksInternal()
|
H A D | MagnificationControllerTest.java | 682 mMagnificationController.onSourceBoundsChanged(TEST_DISPLAY, TEST_RECT); in onSourceBoundChanged_windowEnabled_notifyMagnificationChanged() 1336 public void onSourceBoundsChanged(int displayId, Rect bounds) { in onSourceBoundsChanged() method in MagnificationControllerTest.WindowMagnificationMgrCallbackDelegate 1338 mCallback.onSourceBoundsChanged(displayId, bounds); in onSourceBoundsChanged()
|