Searched refs:mScrollBounds (Results 1 – 5 of 5) sorted by relevance
40 private Rect mScrollBounds; field in ScrollCaptureTarget93 return mScrollBounds; in getScrollBounds()101 mScrollBounds = Rect.copyOrNull(scrollBounds); in setScrollBounds()102 if (mScrollBounds == null) { in setScrollBounds()105 if (!mScrollBounds.intersect(0, 0, in setScrollBounds()107 mScrollBounds.setEmpty(); in setScrollBounds()
35 private final Rect mScrollBounds; field in ScrollCaptureSession45 mScrollBounds = scrollBounds; in ScrollCaptureSession()71 return mScrollBounds; in getScrollBounds()
54 private final Rect mScrollBounds; field in ScrollCaptureClient82 mScrollBounds = new Rect(scrollBounds); in ScrollCaptureClient()133 mSession = new ScrollCaptureSession(mSurface, mScrollBounds, mPositionInWindow, this); in startCapture()
58 private final Rect mScrollBounds = new Rect(3, 4, 5, 6); field in ScrollCaptureClientTest82 mTarget1.setScrollBounds(mScrollBounds); in setUp()
402 private Rect mScrollBounds; field in ScrollCaptureTargetResolverTest.FakeScrollCaptureCallback435 mScrollBounds = scrollBounds; in setScrollBounds()443 return mScrollBounds; in getScrollBounds()