Searched refs:mLastScrollCaptureRequest (Results 1 – 1 of 1) sorted by relevance
130 private ListenableFuture<ScrollCaptureResponse> mLastScrollCaptureRequest; field in ScreenshotController727 if (mLastScrollCaptureRequest != null) { in requestScrollCapture()728 mLastScrollCaptureRequest.cancel(true); in requestScrollCapture()732 mLastScrollCaptureRequest = future; in requestScrollCapture()733 mLastScrollCaptureRequest.addListener(() -> in requestScrollCapture()985 if (mLastScrollCaptureRequest != null) {986 mLastScrollCaptureRequest.cancel(true);987 mLastScrollCaptureRequest = null;