Searched refs:mShowRunnable (Results 1 – 2 of 2) sorted by relevance
56 mHandler.removeCallbacks(mShowRunnable); in postShow()57 mHandler.post(mShowRunnable); in postShow()87 private Runnable mShowRunnable = new Runnable() { field in AssistDisclosure
449 mUiHandler.post(mShowRunnable); in showLocked()453 mUiHandler.removeCallbacks(mShowRunnable); in dismissLocked()523 private final Runnable mShowRunnable = new Runnable() { field in OverlayDisplayAdapter.OverlayDisplayHandle