Searched refs:FullscreenDialogFragment (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dialog/
H A DFullscreenDialogFragment.java33 public class FullscreenDialogFragment extends SafeDismissDialogFragment { class in inherits:SafeDismissDialogFragment
34 public static final String DIALOG_TAG = FullscreenDialogFragment.class.getSimpleName();
39 * Creates a FullscreenDialogFragment. View class of viewLayoutResId should
42 public static FullscreenDialogFragment newInstance(int viewLayoutResId, String trackerLabel) {
43 FullscreenDialogFragment f = new FullscreenDialogFragment();
104 * Interface for the view of {@link FullscreenDialogFragment}.
/packages/apps/TV/src/com/android/tv/ui/
H A DFullscreenDialogView.java32 import com.android.tv.dialog.FullscreenDialogFragment;
35 implements FullscreenDialogFragment.DialogView {
H A DTvOverlayManager.java55 import com.android.tv.dialog.FullscreenDialogFragment;
137 AVAILABLE_DIALOG_TAGS.add(FullscreenDialogFragment.DIALOG_TAG);
491 showDialogFragment(FullscreenDialogFragment.DIALOG_TAG,
492 FullscreenDialogFragment.newInstance(R.layout.intro_dialog, INTRO_TRACKER_LABEL),

Completed in 432 milliseconds