Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java737 private void onScrollCaptureResponseReady(Future<ScrollCaptureResponse> responseFuture, in onScrollCaptureResponseReady() argument
744 if (responseFuture.isCancelled()) { in onScrollCaptureResponseReady()
747 mLastScrollCaptureResponse = responseFuture.get(); in onScrollCaptureResponseReady()