Home
last modified time | relevance | path

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

/frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/
DSettingsAwareViewCaptureTest.kt53 val viewCapture: ViewCapture = SettingsAwareViewCapture(context, MAIN_EXECUTOR) in <lambda>() constant
56 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>()
62 viewCapture in <lambda>()
79 val viewCapture: ViewCapture = SettingsAwareViewCapture(context, MAIN_EXECUTOR) in <lambda>() constant
82 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>()
88 viewCapture in <lambda>()
DViewCaptureTest.kt41 private val viewCapture by lazy { in <lambda>() constant
56 val data = viewCapture.getDumpTask(rootView).get().get() in <lambda>()
69 val data = viewCapture.getDumpTask(rootView).get().get() in <lambda>()
82 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>()
/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/
DMotionToolManager.kt47 private val viewCapture: ViewCapture = SimpleViewCapture("MTViewCapture") constant in com.android.app.motiontool.MotionToolManager
75 val autoCloseable = viewCapture.startCapture(rootView, windowId) in beginTrace()
124 val data: MotionWindowData = viewCapture in getDataFromViewCapture()