Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java317 mViewRootImpl.handleScrollCaptureRequest(new IScrollCaptureResponseListener.Default() { in requestScrollCapture_withoutContentRoot()
349 mViewRootImpl.handleScrollCaptureRequest(new IScrollCaptureResponseListener.Default() { in requestScrollCapture_timeout()
/frameworks/base/core/java/android/view/
DViewRootImpl.java6897 handleScrollCaptureRequest((IScrollCaptureResponseListener) msg.obj); in handleMessageImpl()
11192 public void handleScrollCaptureRequest(@NonNull IScrollCaptureResponseListener listener) { in handleScrollCaptureRequest() method in ViewRootImpl.TrackballAxis