Searched refs:viewCapture (Results 1 – 3 of 3) sorted by relevance
53 val viewCapture: ViewCapture = SettingsAwareViewCapture(context, MAIN_EXECUTOR) in <lambda>() constant56 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>()62 viewCapture in <lambda>()79 val viewCapture: ViewCapture = SettingsAwareViewCapture(context, MAIN_EXECUTOR) in <lambda>() constant82 val closeable: SafeCloseable = viewCapture.startCapture(rootView, "rootViewId") in <lambda>()88 viewCapture in <lambda>()
41 private val viewCapture by lazy { in <lambda>() constant56 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>()
47 private val viewCapture: ViewCapture = SimpleViewCapture("MTViewCapture") constant in com.android.app.motiontool.MotionToolManager75 val autoCloseable = viewCapture.startCapture(rootView, windowId) in beginTrace()124 val data: MotionWindowData = viewCapture in getDataFromViewCapture()