Searched refs:onComputeScrollBounds (Results 1 – 4 of 4) sorted by relevance
81 Rect scrollBounds = mViewHelper.onComputeScrollBounds(target); in testComputeScrollBounds()87 scrollBounds = mViewHelper.onComputeScrollBounds(target); in testComputeScrollBounds()
292 mScrollBounds = mHelper.onComputeScrollBounds(mTarget); in initHelper()
81 @NonNull default Rect onComputeScrollBounds(@NonNull V view) { in onComputeScrollBounds() method
210 onReady.accept(mViewHelper.onComputeScrollBounds(view)); in onScrollCaptureSearch()