Searched refs:mRestoreMainViewRunnable (Results 1 – 1 of 1) sorted by relevance
487 private final Runnable mRestoreMainViewRunnable = this::restoreMainTvView; field in MainActivity1711 mHandler.removeCallbacks(mRestoreMainViewRunnable); in scheduleRestoreMainTvView()1712 mHandler.postDelayed(mRestoreMainViewRunnable, TVVIEW_SET_MAIN_TIMEOUT_MS); in scheduleRestoreMainTvView()2981 mHandler.removeCallbacks(mRestoreMainViewRunnable);