Home
last modified time | relevance | path

Searched refs:dispatchScrollCaptureSearch (Results 1 – 6 of 6) 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.java7620 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method in ViewGroup
7630 super.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, targets); in dispatchScrollCaptureSearch()
7670 child.dispatchScrollCaptureSearch(tmpRect, childWindowOffset, targets); in dispatchScrollCaptureSearch()
DViewRootImpl.java11205 rootView.dispatchScrollCaptureSearch(rect, point, results::addTarget); in handleScrollCaptureRequest()
DView.java32921 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt52570 …method public void dispatchScrollCaptureSearch(@NonNull android.graphics.Rect, @NonNull android.gr…