Searched refs:mLongScreenshotFuture (Results 1 – 1 of 1) sorted by relevance
776 ListenableFuture<ScrollCaptureController.LongScreenshot> mLongScreenshotFuture; field in ScreenshotController782 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);