Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A 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()
H A DIScrollCaptureConnection.aidl30 interface IScrollCaptureConnection { interface
H A DScrollCaptureConnection.java50 public class ScrollCaptureConnection extends IScrollCaptureConnection.Stub implements
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureClient.java39 import android.view.IScrollCaptureConnection;
223 IScrollCaptureConnection connection = response.getConnection();
239 private IScrollCaptureConnection mConnection;
260 private SessionWrapper(IScrollCaptureConnection connection, Rect windowBounds,
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/screenshot/
H A DFakeScrollCaptureConnection.java31 import android.view.IScrollCaptureConnection;
38 class FakeScrollCaptureConnection extends IScrollCaptureConnection.Stub {