Searched refs:mShowRunnable (Results 1 – 4 of 4) sorted by relevance
54 private final Runnable mShowRunnable = new Runnable() { field in TooltipCompatHandler220 mAnchor.postDelayed(mShowRunnable, ViewConfiguration.getLongPressTimeout()); in scheduleShow()224 mAnchor.removeCallbacks(mShowRunnable); in cancelPendingShow()
57 mHandler.removeCallbacks(mShowRunnable); in postShow()58 mHandler.post(mShowRunnable); in postShow()87 private Runnable mShowRunnable = new Runnable() { field in AssistDisclosure
164 DejankUtils.postAfterTraversal(mShowRunnable); in show()201 private final Runnable mShowRunnable = new Runnable() { field in KeyguardBouncer259 DejankUtils.removeCallbacks(mShowRunnable); in cancelShowRunnable()
385 mUiHandler.post(mShowRunnable); in showLocked()389 mUiHandler.removeCallbacks(mShowRunnable); in dismissLocked()459 private final Runnable mShowRunnable = new Runnable() { field in OverlayDisplayAdapter.OverlayDisplayHandle