Home
last modified time | relevance | path

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

/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DViewCaptureFactory.kt32 private var instance: ViewCapture? = null
35 fun getInstance(context: Context): ViewCapture { in getInstance()
37 return ViewCapture.MAIN_EXECUTOR.submit { getInstance(context) }.get() in getInstance()
53 ViewCapture.createAndStartNewLooperExecutor( in getInstance()
63 ViewCapture.createAndStartNewLooperExecutor( in getInstance()
DSimpleViewCapture.kt5 open class SimpleViewCapture(threadName: String) : ViewCapture(DEFAULT_MEMORY_SIZE, DEFAULT_INIT_PO…
DNoOpViewCapture.kt12 class NoOpViewCapture: ViewCapture(0, 0,
DSettingsAwareViewCapture.kt40 ViewCapture(DEFAULT_MEMORY_SIZE, DEFAULT_INIT_POOL_SIZE, executor) { in <lambda>()
DPerfettoViewCapture.kt22 import android.internal.perfetto.protos.Viewcapture.ViewCapture as ViewCaptureMessage in <lambda>()
39 ViewCapture(RING_BUFFER_SIZE, DEFAULT_INIT_POOL_SIZE, executor) { in <lambda>()
DViewCapture.java67 public abstract class ViewCapture { class
95 protected ViewCapture(int memorySize, int initPoolSize, Executor bgExecutor) { in ViewCapture() method in ViewCapture
/frameworks/libs/systemui/viewcapturelib/
DREADME.md1 ###ViewCapture Library Readme
3 ViewCapture.java is extremely performance sensitive. Any changes should be carried out with great c…
8 The onDraw() function invocation time in WindowListener within ViewCapture is measured with System.…
/frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/
DSettingsAwareViewCaptureTest.kt32 import com.android.app.viewcapture.ViewCapture.MAIN_EXECUTOR in <lambda>()
53 val viewCapture: ViewCapture = SettingsAwareViewCapture(context, MAIN_EXECUTOR) in <lambda>()
79 val viewCapture: ViewCapture = SettingsAwareViewCapture(context, MAIN_EXECUTOR) in <lambda>()
DViewCaptureTest.kt43 ViewCapture(memorySize, initPoolSize, MAIN_EXECUTOR) {} in <lambda>()
/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/
DMotionToolManager.kt26 import com.android.app.viewcapture.ViewCapture
47 private val viewCapture: ViewCapture = SimpleViewCapture("MTViewCapture")
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DRemoteRecentSplitTaskTransitionRunner.kt34 import com.android.app.viewcapture.ViewCapture in <lambda>()
78 ViewCapture.MAIN_EXECUTOR.execute { in <lambda>()
/frameworks/base/core/java/android/tracing/
Dflags.aconfig37 description: "Migrate ViewCapture tracing to Perfetto"