/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
D | Notifications.kt | 55 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/ |
D | DisplayHash.java | 78 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()
|
D | VerifiedDisplayHash.java | 112 @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/ |
D | DisplayHashController.java | 198 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()
|
D | Session.java | 1005 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash() argument 1009 mService.generateDisplayHash(this, window, boundsInWindow, hashAlgorithm, callback); in generateDisplayHash()
|
D | WindowManagerService.java | 9771 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/ |
D | BurnInModifiers.kt | 25 import androidx.compose.ui.layout.boundsInWindow in <lambda>() 78 return onPlaced { coordinates -> consumer(coordinates.boundsInWindow().top) } in onTopPlacementChanged()
|
/frameworks/base/core/java/android/view/ |
D | ScrollCaptureResponse.java | 102 @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()
|
D | IWindowSession.aidl | 362 oneway void generateDisplayHash(IWindow window, in Rect boundsInWindow, in generateDisplayHash() argument
|
D | WindowlessWindowManager.java | 652 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash() argument
|
D | ViewRootImpl.java | 11244 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/ |
D | ScrollCaptureClient.java | 262 Rect boundsInWindow, float maxPages, Executor bgExecutor) 267 mBoundsInWindow = requireNonNull(boundsInWindow);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotShelfViewProxy.kt | 217 val r = Rect(response.boundsInWindow) in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalHub.kt | 106 import androidx.compose.ui.layout.boundsInWindow in <lambda>() 1334 val container = containerToCheck.boundsInWindow() in isPointerWithinEnabledRemoveButton()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |