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;
96 @Nullable IScrollCaptureConnection connection, in ScrollCaptureResponse()
127 public @Nullable IScrollCaptureConnection getConnection() { in getConnection()
212IScrollCaptureConnection connection = (flg & 0x2) == 0 ? null : IScrollCaptureConnection.Stub.asIn… in ScrollCaptureResponse()
255 private @Nullable IScrollCaptureConnection mConnection;
281 public @NonNull Builder setConnection(@Nullable IScrollCaptureConnection value) { in setConnection()
DIScrollCaptureConnection.aidl30 interface IScrollCaptureConnection { interface
DScrollCaptureConnection.java47 public class ScrollCaptureConnection extends IScrollCaptureConnection.Stub {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScrollCaptureClient.java39 import android.view.IScrollCaptureConnection;
223 IScrollCaptureConnection connection = response.getConnection();
239 private IScrollCaptureConnection mConnection;
260 private SessionWrapper(IScrollCaptureConnection connection, Rect windowBounds,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DFakeScrollCaptureConnection.java31 import android.view.IScrollCaptureConnection;
38 class FakeScrollCaptureConnection extends IScrollCaptureConnection.Stub {