Searched refs:onFullScreenMagnificationChanged (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationControllerTest.java | 442 verify(mRequestObserver).onFullScreenMagnificationChanged(eq(displayId), 586 verify(mRequestObserver).onFullScreenMagnificationChanged(eq(displayId), eq(OTHER_REGION), 833 verify(mRequestObserver).onFullScreenMagnificationChanged(eq(displayId), 852 verify(mRequestObserver, never()).onFullScreenMagnificationChanged(eq(displayId), 1323 verify(mRequestObserver).onFullScreenMagnificationChanged(eq(displayId), 1348 verify(mRequestObserver, times(2)).onFullScreenMagnificationChanged(eq(displayId),
|
D | MagnificationControllerTest.java | 1430 public void onFullScreenMagnificationChanged(int displayId, @NonNull Region region, in onFullScreenMagnificationChanged() method in MagnificationControllerTest.FullScreenMagnificationCtrInfoChangedCallbackDelegate 1433 mCallback.onFullScreenMagnificationChanged(displayId, region, config); in onFullScreenMagnificationChanged()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationController.java | 490 callback.onFullScreenMagnificationChanged(mDisplayId, in onMagnificationChangedLocked() 2276 void onFullScreenMagnificationChanged(int displayId, @NonNull Region region, in onFullScreenMagnificationChanged() method
|
D | MagnificationController.java | 530 public void onFullScreenMagnificationChanged(int displayId, @NonNull Region region, in onFullScreenMagnificationChanged() method in MagnificationController
|
D | FullScreenMagnificationGestureHandler.java | 277 public void onFullScreenMagnificationChanged(int displayId, in FullScreenMagnificationGestureHandler()
|