Searched refs:dispatchScrollCaptureSearch (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 7642 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method in ViewGroup 7652 super.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, targets); in dispatchScrollCaptureSearch() 7692 child.dispatchScrollCaptureSearch(tmpRect, childWindowOffset, targets); in dispatchScrollCaptureSearch()
|
H A D | ViewRootImpl.java | 10380 rootView.dispatchScrollCaptureSearch(rect, point, results::addTarget); in handleScrollCaptureRequest()
|
H A D | View.java | 31759 public void dispatchScrollCaptureSearch( in dispatchScrollCaptureSearch() method in View
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 52064 …method public void dispatchScrollCaptureSearch(@NonNull android.graphics.Rect, @NonNull android.gr…
|