Searched defs:cancelRunnable (Results 1 – 5 of 5) sorted by relevance
263 private void cancelRunnable(Runnable r) { in cancelRunnable() method in TestExecutorService
389 var cancelRunnable: Runnable? = null in <lambda>() variable406 var cancelRunnable: Runnable? = null in <lambda>() variable428 var cancelRunnable: Runnable? = null in <lambda>() variable
220 val cancelRunnable = Runnable { setDragDownAmountAnimated(0f) } in <lambda>() constant
92 private var cancelRunnable: Runnable? = null in <lambda>() variable in com.android.systemui.statusbar.events.PrivacyDotViewController
2948 Runnable cancelRunnable = () -> { in startActivityDismissingKeyguard() local