Home
last modified time | relevance | path

Searched refs:runAfterAttachedToWindow (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/
DMainActivity.java879 runAfterAttachedToWindow( in onResume()
1489 runAfterAttachedToWindow(() -> mOverlayManager.showSetupFragment()); in handleIntent()
1733 runAfterAttachedToWindow( in tune()
1810 private void runAfterAttachedToWindow(final Runnable runnable) { in runAfterAttachedToWindow() method in MainActivity