Home
last modified time | relevance | path

Searched refs:ScreenRecordingRunnable (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/
DScreenRecorder.kt38 private var recordingRunnable: ScreenRecordingRunnable? = null
41 val runnable = ScreenRecordingRunnable(outputFile, context, width, height) in newRecordingThread()
DScreenRecordingRunnable.kt37 class ScreenRecordingRunnable( class