Home
last modified time | relevance | path

Searched refs:IScrollCaptureConnection (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DScrollCaptureResponse.java42 private IScrollCaptureConnection mConnection = null;
100 @Nullable IScrollCaptureConnection connection, in ScrollCaptureResponse()
133 public @Nullable IScrollCaptureConnection getConnection() { in getConnection()
229IScrollCaptureConnection connection = (flg & 0x2) == 0 ? null : IScrollCaptureConnection.Stub.asIn… in ScrollCaptureResponse()
274 private @Nullable IScrollCaptureConnection mConnection;
301 public @NonNull Builder setConnection(@Nullable IScrollCaptureConnection value) { in setConnection()
DIScrollCaptureConnection.aidl30 interface IScrollCaptureConnection { interface
DScrollCaptureConnection.java50 public class ScrollCaptureConnection extends IScrollCaptureConnection.Stub implements
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DScrollCaptureClient.java39 import android.view.IScrollCaptureConnection;
224 IScrollCaptureConnection connection = response.getConnection();
240 private IScrollCaptureConnection mConnection;
261 private SessionWrapper(IScrollCaptureConnection connection, Rect windowBounds,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/screenshot/scroll/
DFakeScrollCaptureConnection.java31 import android.view.IScrollCaptureConnection;
38 class FakeScrollCaptureConnection extends IScrollCaptureConnection.Stub {