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/accessories/
BluetoothPairingDialog.java 46 import com.android.tv.settings.dialog.old.ActionFragment;
279 final Fragment actionFragment = ActionFragment.newInstance(actions);
283 setContentAndActionFragments(contentFragment, actionFragment);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
MultiPagedForm.java 21 import com.android.tv.settings.dialog.old.ActionFragment;
290 * Override this to provide a custom ActionFragment for displaying a form
293 * @param formPage the page the ActionFragment is for.
294 * @param actions the actions the ActionFragment should display.
297 * @return an ActionFragment displaying the given actions.
299 protected ActionFragment getActionFragment(FormPage formPage, ArrayList<Action> actions,
301 ActionFragment actionFragment = ActionFragment.newInstance(actions);
306 // actionFragment.setSelection(indexOfSelection)
    [all...]

Completed in 65 milliseconds