Home
last modified time | relevance | path

Searched refs:getScrollBounds (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DScrollCaptureSearchResults.java135 return target != null && target.getScrollBounds() != null ? target : null; in getTopResult()
182 boolean emptyScrollBoundsA = nullOrEmpty(a.getScrollBounds());
183 boolean emptyScrollBoundsB = nullOrEmpty(b.getScrollBounds());
216 int scrollAreaA = area(a.getScrollBounds());
217 int scrollAreaB = area(b.getScrollBounds());
DScrollCaptureSession.java72 public Rect getScrollBounds() { in getScrollBounds() method in ScrollCaptureSession
DScrollCaptureTarget.java97 public Rect getScrollBounds() { in getScrollBounds() method in ScrollCaptureTarget
DScrollCaptureConnection.java80 mScrollBounds = requireNonNull(Rect.copyOrNull(selectedTarget.getScrollBounds()), in ScrollCaptureConnection()
DViewRootImpl.java9519 boundsInWindow.set(selectedTarget.getScrollBounds()); in dispatchScrollCaptureSearchResponse()
/frameworks/base/core/tests/coretests/src/android/view/
DScrollCaptureSearchResultsTest.java116 new Rect(2, 2, 18, 18), result.getScrollBounds()); in testSingleTarget()
140 new Rect(2, 2, 18, 18), result.getScrollBounds()); in testSingleTarget_backgroundThread()
262 new Rect(5, 5, 15, 15), result.getScrollBounds()); in testTimeout()
264 target2.getScrollBounds()); in testTimeout()
266 target3.getScrollBounds()); in testTimeout()
291 new Rect(1, 2, 3, 4), result.getScrollBounds()); in testWithCallbackMultipleReplies()
347 Rect b = getScrollBounds(); in onScrollCaptureSearch()
377 protected Rect getScrollBounds() { in getScrollBounds() method in ScrollCaptureSearchResultsTest.FakeScrollCaptureCallback
/frameworks/base/core/java/com/android/internal/view/
DScrollCaptureViewSupport.java229 mViewHelper.onPrepareForStart(view, session.getScrollBounds()); in onScrollCaptureStart()
250 ScrollResult scrollResult = mViewHelper.onScrollRequested(view, session.getScrollBounds(), in onScrollCaptureImageRequest()
/frameworks/base/core/api/
Dcurrent.txt48248 method @NonNull public android.graphics.Rect getScrollBounds();
48259 method @Nullable public android.graphics.Rect getScrollBounds();