Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootImplTest.java232 mViewRootImpl.handleScrollCaptureRequest(new IScrollCaptureResponseListener.Default() { in requestScrollCapture_withoutContentRoot()
264 mViewRootImpl.handleScrollCaptureRequest(new IScrollCaptureResponseListener.Default() { in requestScrollCapture_timeout()
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6268 handleScrollCaptureRequest((IScrollCaptureResponseListener) msg.obj); in handleMessageImpl()
10367 public void handleScrollCaptureRequest(@NonNull IScrollCaptureResponseListener listener) { in handleScrollCaptureRequest() method in ViewRootImpl.TrackballAxis