HomeSort by relevance Sort by last modified time
    Searched defs:FullscreenDialogFragment (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/dialog/
FullscreenDialogFragment.java 33 public class FullscreenDialogFragment extends 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/
TvOverlayManager.java 52 import com.android.tv.dialog.FullscreenDialogFragment;
202 AVAILABLE_DIALOG_TAGS.add(FullscreenDialogFragment.DIALOG_TAG);
604 showDialogFragment(FullscreenDialogFragment.DIALOG_TAG,
605 FullscreenDialogFragment.newInstance(R.layout.intro_dialog, INTRO_TRACKER_LABEL),
    [all...]

Completed in 411 milliseconds