Searched refs:ScrollCaptureClient (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ScrollCaptureClientTest.java | 89 ScrollCaptureClient.DelayedAction delayed = in testDelayedAction() 90 new ScrollCaptureClient.DelayedAction(mHandler, 100, action); in testDelayedAction() 106 ScrollCaptureClient.DelayedAction delayed = in testDelayedAction_cancel() 107 new ScrollCaptureClient.DelayedAction(mHandler, 100, action); in testDelayedAction_cancel() 128 ScrollCaptureClient.DelayedAction delayed = in testDelayedAction_timeoutNow() 129 new ScrollCaptureClient.DelayedAction(mHandler, 100, action); in testDelayedAction_timeoutNow() 144 new ScrollCaptureClient(mTarget1, mClientCallbacks); in testConstruction() 152 new ScrollCaptureClient(mTarget1, mClientCallbacks); in testConstruction_requiresScrollBounds() 180 final ScrollCaptureClient client = new ScrollCaptureClient(mTarget1, mClientCallbacks); 196 final ScrollCaptureClient client = new ScrollCaptureClient(mTarget1, mClientCallbacks); [all …]
|
/frameworks/base/core/java/android/view/ |
D | ScrollCaptureSession.java | 39 private ScrollCaptureClient mClient; 43 ScrollCaptureClient client) { in ScrollCaptureSession()
|
D | ScrollCaptureClient.java | 42 public class ScrollCaptureClient extends IScrollCaptureClient.Stub { class 72 public ScrollCaptureClient( in ScrollCaptureClient() method in ScrollCaptureClient
|
D | ViewRootImpl.java | 659 private ScrollCaptureClient mScrollCaptureClient; 671 public ScrollCaptureClient getScrollCaptureClient() { in getScrollCaptureClient() 8977 mScrollCaptureClient = new ScrollCaptureClient(selectedTarget, controller); in dispatchScrollCaptureSearchResult()
|