Home | History | Annotate | Download | only in ui

Lines Matching defs:fragment

183         DvrHalfSizedDialogFragment fragment = new DvrNoFreeSpaceErrorDialogFragment();
184 fragment.setOnActionClickListener(
196 showDialogFragment(activity, fragment, null);
218 DvrHalfSizedDialogFragment fragment = new DvrStopRecordingDialogFragment();
219 fragment.setOnActionClickListener(listener);
220 showDialogFragment(activity, fragment, args);