Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureConnectionTest.java62 private ScrollCaptureConnection mConnection;
82 mConnection = new ScrollCaptureConnection(Runnable::run, mTarget); in setUp()
91 new ScrollCaptureConnection(Runnable::run, target); in testConstruction()
99 new ScrollCaptureConnection(Runnable::run, mTarget); in testConstruction_requiresScrollBounds()
/aosp12/frameworks/base/core/java/android/view/
H A DScrollCaptureConnection.java47 public class ScrollCaptureConnection extends IScrollCaptureConnection.Stub { class
75 public ScrollCaptureConnection( in ScrollCaptureConnection() method in ScrollCaptureConnection
H A DViewRootImpl.java9676 ScrollCaptureConnection connection = new ScrollCaptureConnection( in dispatchScrollCaptureSearchResponse()