Searched refs:dispatchScrollCaptureSearch (Results 1 – 6 of 6) 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 | 7620 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method in ViewGroup 7630 super.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, targets); in dispatchScrollCaptureSearch() 7670 child.dispatchScrollCaptureSearch(tmpRect, childWindowOffset, targets); in dispatchScrollCaptureSearch()
|
D | ViewRootImpl.java | 11205 rootView.dispatchScrollCaptureSearch(rect, point, results::addTarget); in handleScrollCaptureRequest()
|
D | View.java | 32921 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 52570 …method public void dispatchScrollCaptureSearch(@NonNull android.graphics.Rect, @NonNull android.gr…
|