Searched refs:IScrollCaptureConnection (Results 1 – 5 of 5) sorted by relevance
42 private IScrollCaptureConnection mConnection = null;96 @Nullable IScrollCaptureConnection connection, in ScrollCaptureResponse()127 public @Nullable IScrollCaptureConnection getConnection() { in getConnection()212 …IScrollCaptureConnection 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()
30 interface IScrollCaptureConnection { interface
47 public class ScrollCaptureConnection extends IScrollCaptureConnection.Stub {
39 import android.view.IScrollCaptureConnection;223 IScrollCaptureConnection connection = response.getConnection();239 private IScrollCaptureConnection mConnection;260 private SessionWrapper(IScrollCaptureConnection connection, Rect windowBounds,
31 import android.view.IScrollCaptureConnection;38 class FakeScrollCaptureConnection extends IScrollCaptureConnection.Stub {