Home
last modified time | relevance | path

Searched refs:onFullScreenMagnificationChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationControllerTest.java442 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),
DMagnificationControllerTest.java1430 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/
DFullScreenMagnificationController.java490 callback.onFullScreenMagnificationChanged(mDisplayId, in onMagnificationChangedLocked()
2276 void onFullScreenMagnificationChanged(int displayId, @NonNull Region region, in onFullScreenMagnificationChanged() method
DMagnificationController.java530 public void onFullScreenMagnificationChanged(int displayId, @NonNull Region region, in onFullScreenMagnificationChanged() method in MagnificationController
DFullScreenMagnificationGestureHandler.java277 public void onFullScreenMagnificationChanged(int displayId, in FullScreenMagnificationGestureHandler()