Searched defs:runnable (Results 1 – 7 of 7) sorted by relevance
37 public static void setOnPreDrawHook(Runnable runnable) { in setOnPreDrawHook()41 public static void setOnPreMeasure(Runnable runnable) { in setOnPreMeasure()45 public static void setOnPreLayout(Runnable runnable) { in setOnPreLayout()
41 val runnable = ScreenRecordingRunnable(outputFile, context, width, height) in newRecordingThread() constant
112 void runWithWakeLock(Runnable runnable) { in runWithWakeLock()
345 void runWithWakeLock(Runnable runnable) { in runWithWakeLock()390 void run(Runnable runnable); in run()
236 private RunnableOutputStream(Runnable runnable) { in RunnableOutputStream()
104 private void runToNextState(Runnable runnable, int state) { in runToNextState()
456 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, launchMode); in startApp() local