Searched defs:boundsInWindow (Results 1 – 10 of 10) sorted by relevance
| /frameworks/base/core/java/android/view/displayhash/ |
| D | VerifiedDisplayHash.java | 112 @NonNull Rect boundsInWindow, in VerifiedDisplayHash() 202 Rect boundsInWindow = (Rect) in.readTypedObject(Rect.CREATOR); in VerifiedDisplayHash() local
|
| D | DisplayHash.java | 78 public DisplayHash(@CurrentTimeMillisLong long timeMillis, @NonNull Rect boundsInWindow, in DisplayHash() 201 Rect boundsInWindow = in.readTypedObject(Rect.CREATOR); in DisplayHash() local
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | DisplayHashController.java | 198 Rect boundsInWindow, String hashAlgorithm, int uid, RemoteCallback callback) { in generateDisplayHash() 229 generateDisplayHash(screenshotHardwareBuffer.getHardwareBuffer(), boundsInWindow, in generateDisplayHash() local 275 void calculateDisplayHashBoundsLocked(WindowState win, Rect boundsInWindow, in calculateDisplayHashBoundsLocked()
|
| D | Session.java | 1005 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash()
|
| D | WindowManagerService.java | 9771 void generateDisplayHash(Session session, IWindow window, Rect boundsInWindow, in generateDisplayHash()
|
| /frameworks/base/core/java/android/view/ |
| D | ScrollCaptureResponse.java | 102 @Nullable Rect boundsInWindow, in ScrollCaptureResponse() 231 Rect boundsInWindow = (flg & 0x8) == 0 ? null : (Rect) in.readTypedObject(Rect.CREATOR); in ScrollCaptureResponse() local
|
| D | IWindowSession.aidl | 362 oneway void generateDisplayHash(IWindow window, in Rect boundsInWindow, in generateDisplayHash()
|
| D | WindowlessWindowManager.java | 652 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash()
|
| D | ViewRootImpl.java | 11244 Rect boundsInWindow = new Rect(); in dispatchScrollCaptureSearchResponse() local
|
| /frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
| D | Notifications.kt | 123 val boundsInWindow = coordinates.boundsInWindow() in HeadsUpNotificationSpace() constant 304 val boundsInWindow = coordinates.boundsInWindow() in NotificationScrollingStack() constant
|