Searched refs:mRestoreMainViewRunnable (Results 1 – 1 of 1) sorted by relevance
467 private final Runnable mRestoreMainViewRunnable = this::restoreMainTvView; field in MainActivity1660 mHandler.removeCallbacks(mRestoreMainViewRunnable); in scheduleRestoreMainTvView()1661 mHandler.postDelayed(mRestoreMainViewRunnable, TVVIEW_SET_MAIN_TIMEOUT_MS); in scheduleRestoreMainTvView()2920 mHandler.removeCallbacks(mRestoreMainViewRunnable);