Home
last modified time | relevance | path

Searched refs:ScrollCaptureConnection (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureConnectionTest.java70 private ScrollCaptureConnection mConnection;
97 mConnection = new ScrollCaptureConnection(mFakeUiThread, mTarget); in setUp()
106 new ScrollCaptureConnection(Runnable::run, target); in testConstruction()
114 new ScrollCaptureConnection(Runnable::run, mTarget); in testConstruction_requiresScrollBounds()
161 mConnection = new ScrollCaptureConnection(mFakeUiThread, mTarget); in testRequestImage_afterClose()
/aosp14/frameworks/base/core/java/android/view/
H A DScrollCaptureConnection.java50 public class ScrollCaptureConnection extends IScrollCaptureConnection.Stub implements class
84 public ScrollCaptureConnection( in ScrollCaptureConnection() method in ScrollCaptureConnection
H A DViewRootImpl.java10434 ScrollCaptureConnection connection = new ScrollCaptureConnection( in dispatchScrollCaptureSearchResponse()