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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ActionFragment.java 30 public class ActionFragment extends ScrollAdapterFragment implements ActionAdapter.Listener,
35 public static ActionFragment newInstance(ArrayList<Action> actions) {
39 public static ActionFragment newInstance(ArrayList<Action> actions, String name) {
40 ActionFragment fragment = new ActionFragment();
45 public static ActionFragment newInstance(ArrayList<Action> actions, int index) {
46 ActionFragment fragment = new ActionFragment();
51 public static ActionFragment newInstance(ArrayList<Action> actions, String name, int index) {
52 ActionFragment fragment = new ActionFragment()
    [all...]
DialogActivity.java 201 // set ContentFragment and ActionFragment using bundle extras.
215 setActionFragment(ActionFragment.newInstance(actions));
352 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment) {
353 getDialogFragment().setContentAndActionFragments(contentFragment, actionFragment);
362 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment,
365 contentFragment, actionFragment, addToBackStack);

Completed in 48 milliseconds