Searched refs:dispatchScrollCaptureSearch (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewGroupScrollCaptureTest.java | 126 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/ |
D | ViewGroup.java | 7492 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method in ViewGroup 7502 super.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, targets); in dispatchScrollCaptureSearch() 7542 child.dispatchScrollCaptureSearch(tmpRect, childWindowOffset, targets); in dispatchScrollCaptureSearch()
|
D | ViewRootImpl.java | 10137 rootView.dispatchScrollCaptureSearch(rect, point, results::addTarget); in handleScrollCaptureRequest()
|
D | View.java | 31055 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method in View
|
/frameworks/base/core/api/ |
D | current.txt | 49585 …method public void dispatchScrollCaptureSearch(@NonNull android.graphics.Rect, @NonNull android.gr…
|