Searched refs:selectedTarget (Results 1 – 2 of 2) sorted by relevance
86 @NonNull ScrollCaptureTarget selectedTarget) { in ScrollCaptureConnection() argument88 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()
11219 ScrollCaptureTarget selectedTarget = results.getTopResult(); in dispatchScrollCaptureSearchResponse() local11231 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()