Searched refs:mRunnable (Results 1 – 1 of 1) sorted by relevance
107 private Runnable mRunnable; field in PlaybackOverlayFragment340 mRunnable = new Runnable() { in startProgressAutomation()355 mHandler.postDelayed(mRunnable, getUpdatePeriod()); in startProgressAutomation()410 if (mHandler != null && mRunnable != null) { in stopProgressAutomation()411 mHandler.removeCallbacks(mRunnable); in stopProgressAutomation()