/aosp12/frameworks/base/core/java/android/view/displayhash/ |
H A 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()
|
H A 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A 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()
|
H A D | Session.java | 866 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash() argument 870 mService.generateDisplayHash(this, window, boundsInWindow, hashAlgorithm, callback); in generateDisplayHash()
|
H A D | WindowManagerService.java | 8706 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 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()
|
H A D | IWindowSession.aidl | 340 oneway void generateDisplayHash(IWindow window, in Rect boundsInWindow, in generateDisplayHash() argument
|
H A D | WindowlessWindowManager.java | 498 public void generateDisplayHash(IWindow window, Rect boundsInWindow, String hashAlgorithm, in generateDisplayHash() argument
|
H A D | ViewRootImpl.java | 9661 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 D | ScrollCaptureClient.java | 261 Rect boundsInWindow, float maxPages, Executor bgExecutor) 266 mBoundsInWindow = requireNonNull(boundsInWindow);
|