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.java922 runAfterAttachedToWindow( in onResume()
1545 runAfterAttachedToWindow(() -> mOverlayManager.showSetupFragment()); in handleIntent()
1789 runAfterAttachedToWindow( in tune()
1866 private void runAfterAttachedToWindow(final Runnable runnable) { in runAfterAttachedToWindow() method in MainActivity