Home | History | Annotate | Download | only in guide

Lines Matching refs:mHideRunnable

147     private final Runnable mHideRunnable = new Runnable() {
592 mHandler.postDelayed(mHideRunnable, mShowDurationMillis);
606 mHandler.removeCallbacks(mHideRunnable);