Searched defs:onRectangleOnScreenRequested (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IWindowSession.aidl | 244 oneway void onRectangleOnScreenRequested(IBinder token, in Rect rectangle); in onRectangleOnScreenRequested() method
|
H A D | WindowlessWindowManager.java | 420 public void onRectangleOnScreenRequested(android.os.IBinder token, in onRectangleOnScreenRequested() method in WindowlessWindowManager
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowManagerInternal.java | 160 void onRectangleOnScreenRequested(int left, int top, int right, int bottom); in onRectangleOnScreenRequested() method
|
H A D | Session.java | 586 public void onRectangleOnScreenRequested(IBinder token, Rect rectangle) { in onRectangleOnScreenRequested() method in Session
|
H A D | AccessibilityController.java | 302 void onRectangleOnScreenRequested(int displayId, Rect rectangle) { in onRectangleOnScreenRequested() method in AccessibilityController 720 void onRectangleOnScreenRequested(Rect rectangle) { in onRectangleOnScreenRequested() method in AccessibilityController.DisplayMagnifier
|
H A D | WindowManagerService.java | 2182 public void onRectangleOnScreenRequested(IBinder token, Rect rectangle) { in onRectangleOnScreenRequested() method in WindowManagerService
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationController.java | 278 public void onRectangleOnScreenRequested(int left, int top, int right, int bottom) { in onRectangleOnScreenRequested() method in FullScreenMagnificationController.DisplayMagnification
|