Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dialog/
DFullscreenDialogFragment.java39 public static FullscreenDialogFragment newInstance(int viewLayoutResId, String trackerLabel) { in newInstance() argument
42 args.putInt(VIEW_LAYOUT_ID, viewLayoutResId); in newInstance()
58 int viewLayoutResId = args.getInt(VIEW_LAYOUT_ID); in onCreateDialog() local
59 View v = inflater.inflate(viewLayoutResId, null); in onCreateDialog()