Searched refs:imageCapture (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | RequestProcessorTest.kt | 44 private val imageCapture = FakeImageCapture() regex 59 val processor = RequestProcessor(imageCapture, policy, flags, scope) 85 val processor = RequestProcessor(imageCapture, policy, flags, scope) 113 val processor = RequestProcessor(imageCapture, policy, flags, scope) 134 imageCapture.image = bitmap 145 val processor = RequestProcessor(imageCapture, policy, flags, scope) 155 assertThat(imageCapture.requestedTaskId).isEqualTo(TASK_ID) 167 assertThat(imageCapture.requestedTaskId).isEqualTo(TASK_ID) 175 imageCapture.image = null 186 val processor = RequestProcessor(imageCapture, policy, flags, scope) [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 326 ImageCapture imageCapture, in ScreenshotController() argument 345 mImageCapture = imageCapture; in ScreenshotController()
|