Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DScrollCaptureExecutor.kt43 private var lastScrollCaptureResponse: ScrollCaptureResponse? = null in <lambda>() variable
82 lastScrollCaptureResponse = null in <lambda>()
106 lastScrollCaptureResponse?.close() in <lambda>()
107 lastScrollCaptureResponse = null in <lambda>()
133 lastScrollCaptureResponse?.close() in <lambda>()
134 lastScrollCaptureResponse = null in <lambda>()
138 val captureResponse = responseFuture.get().apply { lastScrollCaptureResponse = this } in <lambda>()