Home
last modified time | relevance | path

Searched refs:createScrollCaptureCallbackInternal (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupScrollCaptureTest.java484 public ScrollCaptureCallback createScrollCaptureCallbackInternal(Rect localVisibleRect, in createScrollCaptureCallbackInternal() method in ViewGroupScrollCaptureTest.MockView
540 public ScrollCaptureCallback createScrollCaptureCallbackInternal(Rect localVisibleRect, in createScrollCaptureCallbackInternal() method in ViewGroupScrollCaptureTest.MockViewGroup
/frameworks/base/core/java/android/view/
DView.java32899 public ScrollCaptureCallback createScrollCaptureCallbackInternal(@NonNull Rect localVisibleRect, in createScrollCaptureCallbackInternal() method
32961 callback = createScrollCaptureCallbackInternal(localVisibleRect, windowOffset); in onScrollCaptureSearch()