Home
last modified time | relevance | path

Searched refs:mScrollBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DScrollCaptureTarget.java40 private Rect mScrollBounds; field in ScrollCaptureTarget
93 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()
DScrollCaptureSession.java35 private final Rect mScrollBounds; field in ScrollCaptureSession
45 mScrollBounds = scrollBounds; in ScrollCaptureSession()
71 return mScrollBounds; in getScrollBounds()
DScrollCaptureClient.java54 private final Rect mScrollBounds; field in ScrollCaptureClient
82 mScrollBounds = new Rect(scrollBounds); in ScrollCaptureClient()
133 mSession = new ScrollCaptureSession(mSurface, mScrollBounds, mPositionInWindow, this); in startCapture()
/frameworks/base/core/tests/coretests/src/android/view/
DScrollCaptureClientTest.java58 private final Rect mScrollBounds = new Rect(3, 4, 5, 6); field in ScrollCaptureClientTest
82 mTarget1.setScrollBounds(mScrollBounds); in setUp()
DScrollCaptureTargetResolverTest.java402 private Rect mScrollBounds; field in ScrollCaptureTargetResolverTest.FakeScrollCaptureCallback
435 mScrollBounds = scrollBounds; in setScrollBounds()
443 return mScrollBounds; in getScrollBounds()