/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerInternal.java | 139 void onRectangleOnScreenRequested(int displayId, int left, int top, int right, in onRectangleOnScreenRequested() method 185 void onRectangleOnScreenRequested(int left, int top, int right, int bottom); in onRectangleOnScreenRequested() method
|
D | AccessibilityController.java | 1857 public void onRectangleOnScreenRequested(int displayId, Rect rectangle) { in onRectangleOnScreenRequested() method in AccessibilityController.AccessibilityControllerInternalImpl 1891 void onRectangleOnScreenRequested(int displayId, Rect rectangle) { in onRectangleOnScreenRequested() method in AccessibilityController.AccessibilityControllerInternalImpl.UiChangesForAccessibilityCallbacksDispatcher
|
D | Session.java | 652 public void onRectangleOnScreenRequested(IBinder token, Rect rectangle) { in onRectangleOnScreenRequested() method in Session
|
D | WindowManagerService.java | 2229 public void onRectangleOnScreenRequested(IBinder token, Rect rectangle) { in onRectangleOnScreenRequested() method in WindowManagerService
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationController.java | 286 public void onRectangleOnScreenRequested(int left, int top, int right, int bottom) { in onRectangleOnScreenRequested() method in FullScreenMagnificationController.DisplayMagnification 772 public void onRectangleOnScreenRequested(int displayId, int left, int top, int right, in onRectangleOnScreenRequested() method in FullScreenMagnificationController
|
D | MagnificationController.java | 397 public void onRectangleOnScreenRequested(int displayId, int left, int top, int right, in onRectangleOnScreenRequested() method in MagnificationController
|
D | WindowMagnificationManager.java | 393 public void onRectangleOnScreenRequested(int displayId, int left, int top, int right, in onRectangleOnScreenRequested() method in WindowMagnificationManager
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 248 oneway void onRectangleOnScreenRequested(IBinder token, in Rect rectangle); in onRectangleOnScreenRequested() method
|
D | WindowlessWindowManager.java | 470 public void onRectangleOnScreenRequested(android.os.IBinder token, in onRectangleOnScreenRequested() method in WindowlessWindowManager
|