Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupScrollCaptureTest.java126 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, results::addTarget); in testDispatchScrollCaptureSearch_noCallback_hintAuto()
162 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, results::addTarget); in testDispatchScrollCaptureSearch_noCallback_hintExclude()
194 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, results::addTarget); in testDispatchScrollCaptureSearch_withCallback_hintAuto()
235 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, results::addTarget); in testDispatchScrollCaptureSearch_withCallback_hintExclude()
308 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, results::addTarget); in testDispatchScrollCaptureSearch_toChildren()
389 parent.dispatchScrollCaptureSearch(windowBounds, windowOffset, results::addTarget); in testOnScrollCaptureSearch_withPadding()
474 public void dispatchScrollCaptureSearch(Rect localVisibleRect, Point windowOffset, in dispatchScrollCaptureSearch() method in ViewGroupScrollCaptureTest.MockView
479 super.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, results); in dispatchScrollCaptureSearch()
/frameworks/base/core/java/android/view/
DViewGroup.java7492 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method in ViewGroup
7502 super.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, targets); in dispatchScrollCaptureSearch()
7542 child.dispatchScrollCaptureSearch(tmpRect, childWindowOffset, targets); in dispatchScrollCaptureSearch()
DViewRootImpl.java10137 rootView.dispatchScrollCaptureSearch(rect, point, results::addTarget); in handleScrollCaptureRequest()
DView.java31055 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method in View
/frameworks/base/core/api/
Dcurrent.txt49585 …method public void dispatchScrollCaptureSearch(@NonNull android.graphics.Rect, @NonNull android.gr…