Searched refs:mShowRunnable (Results 1 – 4 of 4) sorted by relevance
51 private final Runnable mShowRunnable = new Runnable() { field in TooltipCompatHandler128 mAnchor.removeCallbacks(mShowRunnable); in onHover()129 mAnchor.postDelayed(mShowRunnable, ViewConfiguration.getLongPressTimeout()); in onHover()189 mAnchor.removeCallbacks(mShowRunnable); in hide()
57 mHandler.removeCallbacks(mShowRunnable); in postShow()58 mHandler.post(mShowRunnable); in postShow()88 private Runnable mShowRunnable = new Runnable() { field in AssistDisclosure
122 DejankUtils.postAfterTraversal(mShowRunnable); in show()125 private final Runnable mShowRunnable = new Runnable() { field in KeyguardBouncer166 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