/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnifierCallback.java | 39 void onSourceBoundsChanged(int displayId, Rect sourceBounds); in onSourceBoundsChanged() method
|
D | MagnificationConnectionImpl.java | 128 void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged() method in MagnificationConnectionImpl 131 mConnectionCallback.onSourceBoundsChanged(displayId, sourceBounds); in onSourceBoundsChanged()
|
D | Magnification.java | 448 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { 450 mMagnificationConnectionImpl.onSourceBoundsChanged(displayId, sourceBounds);
|
D | WindowMagnificationController.java | 374 mWindowMagnifierCallback.onSourceBoundsChanged(mDisplayId, in WindowMagnificationController() 524 mWindowMagnifierCallback.onSourceBoundsChanged(mDisplayId, new Rect()); in deleteWindowMagnification() 1065 mWindowMagnifierCallback.onSourceBoundsChanged(mDisplayId, mSourceBounds); in notifySourceBoundsChanged()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | IMagnificationConnectionCallback.aidl | 55 void onSourceBoundsChanged(int displayId, in Rect sourceBounds); in onSourceBoundsChanged() method
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | MagnificationConnectionManager.java | 197 void onSourceBoundsChanged(int displayId, Rect bounds); in onSourceBoundsChanged() method 984 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged() method in MagnificationConnectionManager.ConnectionCallback 996 magnifier.onSourceBoundsChanged(sourceBounds); in onSourceBoundsChanged() 998 mCallback.onSourceBoundsChanged(displayId, sourceBounds); in onSourceBoundsChanged() 1273 public void onSourceBoundsChanged(Rect sourceBounds) { in onSourceBoundsChanged() method in MagnificationConnectionManager.WindowMagnifier
|
D | MagnificationController.java | 512 public void onSourceBoundsChanged(int displayId, Rect bounds) { in onSourceBoundsChanged() method in MagnificationController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
D | WindowMagnificationControllerWindowlessMagnifierTest.java | 304 verify(mWindowMagnifierCallback, timeout(LAYOUT_CHANGE_TIMEOUT_MS)).onSourceBoundsChanged( in enableWindowMagnification_notifySourceBoundsChanged() 344 verify(mWindowMagnifierCallback, atLeast(2)).onSourceBoundsChanged( in moveWindowMagnifier_enabled_notifySourceBoundsChanged() 430 verify(mWindowMagnifierCallback, times(2)).onSourceBoundsChanged( in deleteWindowMagnification_notifySourceBoundsChanged() 459 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback() 473 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback() 492 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback() 514 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback()
|
D | WindowMagnificationControllerTest.java | 294 verify(mWindowMagnifierCallback, timeout(LAYOUT_CHANGE_TIMEOUT_MS)).onSourceBoundsChanged( in enableWindowMagnification_notifySourceBoundsChanged() 333 verify(mWindowMagnifierCallback, atLeast(2)).onSourceBoundsChanged( in moveWindowMagnifier_enabled_notifySourceBoundsChanged() 419 verify(mWindowMagnifierCallback, times(2)).onSourceBoundsChanged( in deleteWindowMagnification_notifySourceBoundsChanged() 444 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback() 457 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback() 476 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback() 497 .onSourceBoundsChanged((eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
D | MockMagnificationConnection.java | 191 mIMagnificationCallback.onSourceBoundsChanged(TEST_DISPLAY, in invokeCallbacksInternal()
|
D | MagnificationControllerTest.java | 708 mMagnificationController.onSourceBoundsChanged(TEST_DISPLAY, TEST_RECT); in onSourceBoundChanged_windowEnabled_notifyMagnificationChanged() 1385 public void onSourceBoundsChanged(int displayId, Rect bounds) { in onSourceBoundsChanged() method in MagnificationControllerTest.WindowMagnificationMgrCallbackDelegate 1387 mCallback.onSourceBoundsChanged(displayId, bounds); in onSourceBoundsChanged()
|