Searched refs:OPTION_NAMES (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/ |
D | DetailsPresenterSelectionActivity.java | 43 …private static final String[] OPTION_NAMES = { "Use new details presenter", "Use legacy details pr… field in DetailsPresenterSelectionActivity 99 for (int i = 0; i < OPTION_NAMES.length; i++) { in onCreateActions() 110 addCheckedAction(actions, getActivity(), OPTION_IDS[i], OPTION_NAMES[i], in onCreateActions()
|
D | GuidedStepActivity.java | 66 private static final String[] OPTION_NAMES = { "Option A", "Option B", "Option C" }; field in GuidedStepActivity 582 for (int i = 0; i < OPTION_NAMES.length; i++) { 583 addCheckedAction(actions, RADIO_ID_BASE + i, OPTION_NAMES[i], 589 for (int i = 0; i < OPTION_NAMES.length; i++) { 590 addCheckedAction(actions, CHECKBOX_ID_BASE + i, OPTION_NAMES[i], 634 String description = "You chose: " + OPTION_NAMES[(int) getOption()];
|
D | GuidedStepSupportActivity.java | 69 private static final String[] OPTION_NAMES = { "Option A", "Option B", "Option C" }; field in GuidedStepSupportActivity 585 for (int i = 0; i < OPTION_NAMES.length; i++) { 586 addCheckedAction(actions, RADIO_ID_BASE + i, OPTION_NAMES[i], 592 for (int i = 0; i < OPTION_NAMES.length; i++) { 593 addCheckedAction(actions, CHECKBOX_ID_BASE + i, OPTION_NAMES[i], 637 String description = "You chose: " + OPTION_NAMES[(int) getOption()];
|