Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/displayhash/
H A 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()
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A 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()
H A DSession.java866 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash() argument
870 mService.generateDisplayHash(this, window, boundsInWindow, hashAlgorithm, callback); in generateDisplayHash()
H A DWindowManagerService.java8706 void generateDisplayHash(Session session, IWindow window, Rect boundsInWindow, in generateDisplayHash() argument
8709 final Rect boundsInDisplay = new Rect(boundsInWindow); in generateDisplayHash()
8735 mDisplayHashController.calculateDisplayHashBoundsLocked(win, boundsInWindow, in generateDisplayHash()
8756 mDisplayHashController.generateDisplayHash(args, boundsInWindow, hashAlgorithm, uid, in generateDisplayHash()
/aosp12/frameworks/base/core/java/android/view/
H A 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()
H A DIWindowSession.aidl340 oneway void generateDisplayHash(IWindow window, in Rect boundsInWindow, in generateDisplayHash() argument
H A DWindowlessWindowManager.java498 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash() argument
H A DViewRootImpl.java9661 Rect boundsInWindow = new Rect(); in dispatchScrollCaptureSearchResponse() local
9664 boundsInWindow.set(selectedTarget.getScrollBounds()); in dispatchScrollCaptureSearchResponse()
9665 boundsInWindow.offset(mAttachInfo.mTmpLocation[0], mAttachInfo.mTmpLocation[1]); in dispatchScrollCaptureSearchResponse()
9666 response.setBoundsInWindow(boundsInWindow); in dispatchScrollCaptureSearchResponse()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureClient.java261 Rect boundsInWindow, float maxPages, Executor bgExecutor)
266 mBoundsInWindow = requireNonNull(boundsInWindow);