Searched refs:mRestoreMainViewRunnable (Results 1 – 1 of 1) sorted by relevance
462 private final Runnable mRestoreMainViewRunnable = this::restoreMainTvView; field in MainActivity1655 mHandler.removeCallbacks(mRestoreMainViewRunnable); in scheduleRestoreMainTvView()1656 mHandler.postDelayed(mRestoreMainViewRunnable, TVVIEW_SET_MAIN_TIMEOUT_MS); in scheduleRestoreMainTvView()2915 mHandler.removeCallbacks(mRestoreMainViewRunnable);