Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java776 ListenableFuture<ScrollCaptureController.LongScreenshot> mLongScreenshotFuture; field in ScreenshotController
782 if (mLongScreenshotFuture != null) { in runBatchScrollCapture()
783 mLongScreenshotFuture.cancel(true); in runBatchScrollCapture()
785 mLongScreenshotFuture = mScrollCaptureController.run(response); in runBatchScrollCapture()
786 mLongScreenshotFuture.addListener(() -> { in runBatchScrollCapture()
789 longScreenshot = mLongScreenshotFuture.get(); in runBatchScrollCapture()
993 if (mLongScreenshotFuture != null) {
994 mLongScreenshotFuture.cancel(true);