Home
last modified time | relevance | path

Searched refs:onSourceBoundsChanged (Results 1 – 11 of 11) 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
131 mConnectionCallback.onSourceBoundsChanged(displayId, sourceBounds); in onSourceBoundsChanged()
DMagnification.java448 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) {
450 mMagnificationConnectionImpl.onSourceBoundsChanged(displayId, sourceBounds);
DWindowMagnificationController.java374 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/
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
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
DMagnificationController.java512 public void onSourceBoundsChanged(int displayId, Rect bounds) { in onSourceBoundsChanged() method in MagnificationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationControllerWindowlessMagnifierTest.java304 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()
DWindowMagnificationControllerTest.java294 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/
DMockMagnificationConnection.java191 mIMagnificationCallback.onSourceBoundsChanged(TEST_DISPLAY, in invokeCallbacksInternal()
DMagnificationControllerTest.java708 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()