Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dashboard/
DUiBlockerController.java64 public boolean start(Runnable finishRunnable) { in start() argument
76 ThreadUtils.postOnMainThread(finishRunnable); in start()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java243 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation() argument
246 mBouncer.startPreHideAnimation(finishRunnable); in startPreHideAnimation()