Home
last modified time | relevance | path

Searched defs:onScrollCaptureEnd (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DScrollCaptureCallback.java152 void onScrollCaptureEnd(@NonNull Runnable onReady); in onScrollCaptureEnd() method
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DTestScrollCaptureCallback.java58 public void onScrollCaptureEnd(@NonNull Runnable onReady) { in onScrollCaptureEnd() method in TestScrollCaptureCallback
H A DScrollCaptureSearchResultsTest.java365 public void onScrollCaptureEnd(Runnable onReady) { in onScrollCaptureEnd() method in ScrollCaptureSearchResultsTest.FakeScrollCaptureCallback
416 public void onScrollCaptureEnd(@NonNull Runnable onReady) { in onScrollCaptureEnd() method in ScrollCaptureSearchResultsTest.CallbackStub
H A DViewGroupScrollCaptureTest.java510 public void onScrollCaptureEnd(@NonNull Runnable onReady) { in onScrollCaptureEnd() method in ViewGroupScrollCaptureTest.CallbackStub
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DScrollCaptureViewSupport.java276 public final void onScrollCaptureEnd(Runnable onReady) { in onScrollCaptureEnd() method in ScrollCaptureViewSupport