Home
last modified time | relevance | path

Searched refs:selectedTarget (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DScrollCaptureConnection.java86 @NonNull ScrollCaptureTarget selectedTarget) { in ScrollCaptureConnection() argument
88 requireNonNull(selectedTarget, "<selectedTarget> must non-null"); in ScrollCaptureConnection()
89 mScrollBounds = requireNonNull(Rect.copyOrNull(selectedTarget.getScrollBounds()), in ScrollCaptureConnection()
91 mLocal = selectedTarget.getCallback(); in ScrollCaptureConnection()
92 mPositionInWindow = new Point(selectedTarget.getPositionInWindow()); in ScrollCaptureConnection()
DViewRootImpl.java11219 ScrollCaptureTarget selectedTarget = results.getTopResult(); in dispatchScrollCaptureSearchResponse() local
11231 if (selectedTarget == null) { in dispatchScrollCaptureSearchResponse()
11245 View containingView = selectedTarget.getContainingView(); in dispatchScrollCaptureSearchResponse()
11247 boundsInWindow.set(selectedTarget.getScrollBounds()); in dispatchScrollCaptureSearchResponse()
11260 mView.getContext().getMainExecutor(), selectedTarget); in dispatchScrollCaptureSearchResponse()