Searched defs:viewCapture (Results 1 – 3 of 3) sorted by relevance
| /frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/ | ||
| D | SettingsAwareViewCaptureTest.kt | 53 val viewCapture: ViewCapture = SettingsAwareViewCapture(context, MAIN_EXECUTOR) in <lambda>() constant |
| D | ViewCaptureTest.kt | 41 private val viewCapture by lazy { in <lambda>() constant in com.android.app.viewcapture.ViewCaptureTest |
| /frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/ | ||
| D | MotionToolManager.kt | 47 private val viewCapture: ViewCapture = SimpleViewCapture("MTViewCapture") constant in com.android.app.motiontool.MotionToolManager |