Home
last modified time | relevance | path

Searched refs:boundsInWindow (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt55 import androidx.compose.ui.layout.boundsInWindow in <lambda>()
123 val boundsInWindow = coordinates.boundsInWindow() in HeadsUpNotificationSpace() constant
127 " bounds=$boundsInWindow" in HeadsUpNotificationSpace()
130 stackScrollView.setHeadsUpTop(boundsInWindow.top) in HeadsUpNotificationSpace()
304 val boundsInWindow = coordinates.boundsInWindow() in NotificationScrollingStack() constant
308 " bounds=$boundsInWindow" in NotificationScrollingStack()
312 left = boundsInWindow.left, in NotificationScrollingStack()
313 top = boundsInWindow.top, in NotificationScrollingStack()
314 right = boundsInWindow.right, in NotificationScrollingStack()
315 bottom = boundsInWindow.bottom, in NotificationScrollingStack()
/frameworks/base/core/java/android/view/displayhash/
DDisplayHash.java78 public DisplayHash(@CurrentTimeMillisLong long timeMillis, @NonNull Rect boundsInWindow, in DisplayHash() argument
81 mBoundsInWindow = boundsInWindow; in DisplayHash()
201 Rect boundsInWindow = in.readTypedObject(Rect.CREATOR); in DisplayHash() local
206 mBoundsInWindow = boundsInWindow; in DisplayHash()
DVerifiedDisplayHash.java112 @NonNull Rect boundsInWindow, in VerifiedDisplayHash() argument
118 this.mBoundsInWindow = boundsInWindow; in VerifiedDisplayHash()
202 Rect boundsInWindow = (Rect) in.readTypedObject(Rect.CREATOR); in VerifiedDisplayHash() local
209 this.mBoundsInWindow = boundsInWindow; in VerifiedDisplayHash()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayHashController.java198 Rect boundsInWindow, String hashAlgorithm, int uid, RemoteCallback callback) { in generateDisplayHash() argument
214 args.setFrameScale((float) size.getWidth() / boundsInWindow.width(), in generateDisplayHash()
215 (float) size.getHeight() / boundsInWindow.height()); in generateDisplayHash()
229 generateDisplayHash(screenshotHardwareBuffer.getHardwareBuffer(), boundsInWindow, in generateDisplayHash() local
275 void calculateDisplayHashBoundsLocked(WindowState win, Rect boundsInWindow, in calculateDisplayHashBoundsLocked() argument
279 "calculateDisplayHashBoundsLocked: boundsInWindow=" + boundsInWindow); in calculateDisplayHashBoundsLocked()
281 outBounds.set(boundsInWindow); in calculateDisplayHashBoundsLocked()
DSession.java1005 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash() argument
1009 mService.generateDisplayHash(this, window, boundsInWindow, hashAlgorithm, callback); in generateDisplayHash()
DWindowManagerService.java9771 void generateDisplayHash(Session session, IWindow window, Rect boundsInWindow, in generateDisplayHash() argument
9774 final Rect boundsInDisplay = new Rect(boundsInWindow); in generateDisplayHash()
9800 mDisplayHashController.calculateDisplayHashBoundsLocked(win, boundsInWindow, in generateDisplayHash()
9821 mDisplayHashController.generateDisplayHash(args, boundsInWindow, hashAlgorithm, uid, in generateDisplayHash()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/modifier/
DBurnInModifiers.kt25 import androidx.compose.ui.layout.boundsInWindow in <lambda>()
78 return onPlaced { coordinates -> consumer(coordinates.boundsInWindow().top) } in onTopPlacementChanged()
/frameworks/base/core/java/android/view/
DScrollCaptureResponse.java102 @Nullable Rect boundsInWindow, in ScrollCaptureResponse() argument
111 this.mBoundsInWindow = boundsInWindow; in ScrollCaptureResponse()
231 Rect boundsInWindow = (flg & 0x8) == 0 ? null : (Rect) in.readTypedObject(Rect.CREATOR); in ScrollCaptureResponse() local
242 this.mBoundsInWindow = boundsInWindow; in ScrollCaptureResponse()
DIWindowSession.aidl362 oneway void generateDisplayHash(IWindow window, in Rect boundsInWindow, in generateDisplayHash() argument
DWindowlessWindowManager.java652 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash() argument
DViewRootImpl.java11244 Rect boundsInWindow = new Rect(); in dispatchScrollCaptureSearchResponse() local
11247 boundsInWindow.set(selectedTarget.getScrollBounds()); in dispatchScrollCaptureSearchResponse()
11248 boundsInWindow.offset(mAttachInfo.mTmpLocation[0], mAttachInfo.mTmpLocation[1]); in dispatchScrollCaptureSearchResponse()
11249 response.setBoundsInWindow(boundsInWindow); in dispatchScrollCaptureSearchResponse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DScrollCaptureClient.java262 Rect boundsInWindow, float maxPages, Executor bgExecutor)
267 mBoundsInWindow = requireNonNull(boundsInWindow);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotShelfViewProxy.kt217 val r = Rect(response.boundsInWindow) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt106 import androidx.compose.ui.layout.boundsInWindow in <lambda>()
1334 val container = containerToCheck.boundsInWindow() in isPointerWithinEnabledRemoveButton()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...