Searched defs:runnable (Results 1 – 3 of 3) sorted by relevance
370 public TransitionBuilder runBeforeAll(Runnable runnable) { in runBeforeAll()375 public TransitionBuilder runBefore(Runnable runnable) { in runBefore()380 public TransitionBuilder run(Runnable runnable) { in run()385 public TransitionBuilder runAfter(Runnable runnable) { in runAfter()390 public TransitionBuilder runAfterAll(Runnable runnable) { in runAfterAll()
300 void runWithWakeLock(Runnable runnable) { in runWithWakeLock()312 void run(Runnable runnable); in run()
457 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, launchMode); in startApp() local