Searched refs:mScrollBounds (Results 1 – 5 of 5) sorted by relevance
41 private Rect mScrollBounds; field in ScrollCaptureTarget98 return mScrollBounds; in getScrollBounds()106 mScrollBounds = Rect.copyOrNull(scrollBounds); in setScrollBounds()107 if (mScrollBounds == null) { in setScrollBounds()110 if (!mScrollBounds.intersect(0, 0, in setScrollBounds()112 mScrollBounds.setEmpty(); in setScrollBounds()130 + ", scrollBounds=" + mScrollBounds in toString()142 + (mScrollBounds == null ? "null" : mScrollBounds.toShortString())); in dump()
32 private final Rect mScrollBounds; field in ScrollCaptureSession45 mScrollBounds = requireNonNull(scrollBounds); in ScrollCaptureSession()73 return mScrollBounds; in getScrollBounds()
52 private final Rect mScrollBounds; field in ScrollCaptureConnection80 mScrollBounds = requireNonNull(Rect.copyOrNull(selectedTarget.getScrollBounds()), in ScrollCaptureConnection()100 mSession = new ScrollCaptureSession(surface, mScrollBounds, mPositionInWindow); in startCapture()
58 private final Rect mScrollBounds = new Rect(3, 4, 5, 6); field in ScrollCaptureConnectionTest81 mTarget.setScrollBounds(mScrollBounds); in setUp()
333 private Rect mScrollBounds; field in ScrollCaptureSearchResultsTest.FakeScrollCaptureCallback370 mScrollBounds = scrollBounds; in setScrollBounds()378 return mScrollBounds; in getScrollBounds()