Home
last modified time | relevance | path

Searched refs:mViewHelper (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DScrollCaptureViewSupport.java61 private final ScrollCaptureViewHelper<V> mViewHelper; field in ScrollCaptureViewSupport
72 mViewHelper = viewHelper; in ScrollCaptureViewSupport()
206 if (view != null && view.isVisibleToUser() && mViewHelper.onAcceptSession(view)) { in onScrollCaptureSearch()
207 onReady.accept(mViewHelper.onComputeScrollBounds(view)); in onScrollCaptureSearch()
229 mViewHelper.onPrepareForStart(view, session.getScrollBounds()); in onScrollCaptureStart()
250 ScrollResult scrollResult = mViewHelper.onScrollRequested(view, session.getScrollBounds(), in onScrollCaptureImageRequest()
280 mViewHelper.onPrepareForEnd(view); in onScrollCaptureEnd()
433 + ", helper=" + mViewHelper in toString()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DScrollCaptureViewSupportTest.java33 ScrollCaptureViewHelper<View> mViewHelper = new ScrollCaptureViewHelper<View>() { field in ScrollCaptureViewSupportTest
72 Rect scrollBounds = mViewHelper.onComputeScrollBounds(target); in testComputeScrollBounds()
78 scrollBounds = mViewHelper.onComputeScrollBounds(target); in testComputeScrollBounds()