Home
last modified time | relevance | path

Searched refs:onRectangleOnScreenRequested (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DMagnificationConnectionManagerTest.java344 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_trackingDisabledByOnDrag_withoutMovingMagnifier()
366 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_trackingDisabledByScroll_withoutMovingMagnifier()
384 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_requestRectangleInBound_withoutMovingMagnifier()
400 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_imeVisibilityDefaultInvisible_withoutMovingMagnifier()
418 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_trackingEnabledByDefault_movingMagnifier()
438 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_imeInvisible_withoutMovingMagnifier()
458 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_trackingEnabledByDragAndReset_movingMagnifier()
477 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_followTypingIsDisabled_withoutMovingMagnifier()
496 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_trackingDisabled_withoutMovingMagnifier()
519 mMagnificationConnectionManager.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_trackingDisabledAndEnabledMagnifier_movingMagnifier()
DMagnificationControllerTest.java1762 callbacks.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_fullScreenIsActivated_fullScreenDispatchEvent()
1765 verify(mScreenMagnificationController).onRectangleOnScreenRequested(eq(TEST_DISPLAY), in onRectangleOnScreenRequested_fullScreenIsActivated_fullScreenDispatchEvent()
1767 verify(mMagnificationConnectionManager, never()).onRectangleOnScreenRequested(anyInt(), in onRectangleOnScreenRequested_fullScreenIsActivated_fullScreenDispatchEvent()
1779 callbacks.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_fullScreenIsInactivated_noneDispatchEvent()
1782 verify(mScreenMagnificationController, never()).onRectangleOnScreenRequested(anyInt(), in onRectangleOnScreenRequested_fullScreenIsInactivated_noneDispatchEvent()
1784 verify(mMagnificationConnectionManager, never()).onRectangleOnScreenRequested(anyInt(), in onRectangleOnScreenRequested_fullScreenIsInactivated_noneDispatchEvent()
1792 callbacks.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_noneIsActivated_noneDispatchEvent()
1795 verify(mScreenMagnificationController, never()).onRectangleOnScreenRequested( in onRectangleOnScreenRequested_noneIsActivated_noneDispatchEvent()
1797 verify(mMagnificationConnectionManager, never()).onRectangleOnScreenRequested(anyInt(), in onRectangleOnScreenRequested_noneIsActivated_noneDispatchEvent()
1807 callbacks.onRectangleOnScreenRequested(TEST_DISPLAY, in onRectangleOnScreenRequested_otherDisplayIsActivated_noneEventOnDefaultDisplay()
[all …]
DFullScreenMagnificationControllerTest.java1289 callbacks.onRectangleOnScreenRequested(centerX - 1, centerY - 1, centerX + 1, centerY - 1);
1304 mFullScreenMagnificationController.onRectangleOnScreenRequested(DISPLAY_0, 0, 0, 1, 1);
1325 callbacks.onRectangleOnScreenRequested(0, 0, 1, 1);
1348 callbacks.onRectangleOnScreenRequested(0, 0, -50, -50);
1372 callbacks.onRectangleOnScreenRequested(
1383 callbacks.onRectangleOnScreenRequested(
1408 callbacks.onRectangleOnScreenRequested(
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java149 void onRectangleOnScreenRequested(int displayId, int left, int top, int right, in onRectangleOnScreenRequested() method
220 void onRectangleOnScreenRequested(int left, int top, int right, int bottom); in onRectangleOnScreenRequested() method
DAccessibilityController.java735 mCallbacks.onRectangleOnScreenRequested( in onWindowTransition()
1368 public void onRectangleOnScreenRequested(int displayId, Rect rectangle) { in onRectangleOnScreenRequested() method in AccessibilityController.AccessibilityControllerInternalImpl
1376 mCallbacksDispatcher.onRectangleOnScreenRequested(displayId, rectangle); in onRectangleOnScreenRequested()
1402 void onRectangleOnScreenRequested(int displayId, Rect rectangle) { in onRectangleOnScreenRequested() method in AccessibilityController.AccessibilityControllerInternalImpl.UiChangesForAccessibilityCallbacksDispatcher
1411 mCallbacks::onRectangleOnScreenRequested, displayId, rectangle.left, in onRectangleOnScreenRequested()
DSession.java660 public void onRectangleOnScreenRequested(IBinder token, Rect rectangle) { in onRectangleOnScreenRequested() method in Session
664 mService.onRectangleOnScreenRequested(token, rectangle); in onRectangleOnScreenRequested()
DWindowManagerService.java2298 public void onRectangleOnScreenRequested(IBinder token, Rect rectangle) { in onRectangleOnScreenRequested() method in WindowManagerService
2305 a11yControllerInternal.onRectangleOnScreenRequested( in onRectangleOnScreenRequested()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl232 oneway void onRectangleOnScreenRequested(IBinder token, in Rect rectangle); in onRectangleOnScreenRequested() method
DWindowlessWindowManager.java560 public void onRectangleOnScreenRequested(android.os.IBinder token, in onRectangleOnScreenRequested() method in WindowlessWindowManager
DViewRootImpl.java11378 mWindowSession.onRectangleOnScreenRequested(mWindow, mTempRect); in requestChildRectangleOnScreen()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java346 public void onRectangleOnScreenRequested(int left, int top, int right, int bottom) { in onRectangleOnScreenRequested() method in FullScreenMagnificationController.DisplayMagnification
1110 public void onRectangleOnScreenRequested(int displayId, int left, int top, int right, in onRectangleOnScreenRequested() method in FullScreenMagnificationController
1128 display.onRectangleOnScreenRequested(left, top, right, bottom); in onRectangleOnScreenRequested()
DMagnificationController.java746 public void onRectangleOnScreenRequested(int displayId, int left, int top, int right, in onRectangleOnScreenRequested() method in MagnificationController
754 delegate.onRectangleOnScreenRequested(displayId, left, top, right, bottom); in onRectangleOnScreenRequested()
DMagnificationConnectionManager.java410 public void onRectangleOnScreenRequested(int displayId, int left, int top, int right, in onRectangleOnScreenRequested() method in MagnificationConnectionManager
/frameworks/base/services/
Dart-wear-profile3214 …d/server/accessibility/magnification/MagnificationController;->onRectangleOnScreenRequested(IIIII)V
20165 …AccessibilityController$AccessibilityControllerInternalImpl;->onRectangleOnScreenRequested(ILandro…
22008 PLcom/android/server/wm/Session;->onRectangleOnScreenRequested(Landroid/os/IBinder;Landroid/graphic…
23114 PLcom/android/server/wm/WindowManagerService;->onRectangleOnScreenRequested(Landroid/os/IBinder;Lan…
/frameworks/base/boot/
Dboot-image-profile.txt16778 HSPLandroid/view/IWindowSession$Stub$Proxy;->onRectangleOnScreenRequested(Landroid/os/IBinder;Landr…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60462 Landroid/view/IWindowSession$Stub$Proxy;->onRectangleOnScreenRequested(Landroid/os/IBinder;Landroid…
60522 Landroid/view/IWindowSession;->onRectangleOnScreenRequested(Landroid/os/IBinder;Landroid/graphics/R…