Searched refs:IScrollCaptureConnection (Results 1 – 5 of 5) sorted by relevance
42 private IScrollCaptureConnection mConnection = null;100 @Nullable IScrollCaptureConnection connection, in ScrollCaptureResponse()133 public @Nullable IScrollCaptureConnection getConnection() { in getConnection()229 …IScrollCaptureConnection 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()
30 interface IScrollCaptureConnection { interface
50 public class ScrollCaptureConnection extends IScrollCaptureConnection.Stub implements
39 import android.view.IScrollCaptureConnection;224 IScrollCaptureConnection connection = response.getConnection();240 private IScrollCaptureConnection mConnection;261 private SessionWrapper(IScrollCaptureConnection connection, Rect windowBounds,
31 import android.view.IScrollCaptureConnection;38 class FakeScrollCaptureConnection extends IScrollCaptureConnection.Stub {