OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_DESCRIPTIONS
(Results
1 - 3
of
3
) sorted by null
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DetailsPresenterSelectionActivity.java
46
private static final String[]
OPTION_DESCRIPTIONS
= { "Use new details presenter",
110
OPTION_DESCRIPTIONS
[i], checked);
GuidedStepActivity.java
64
private static final String[]
OPTION_DESCRIPTIONS
= { "Here's one thing you can do",
483
OPTION_DESCRIPTIONS
[i], GuidedAction.DEFAULT_CHECK_SET_ID);
490
OPTION_DESCRIPTIONS
[i], GuidedAction.CHECKBOX_CHECK_SET_ID);
GuidedStepSupportActivity.java
66
private static final String[]
OPTION_DESCRIPTIONS
= { "Here's one thing you can do",
485
OPTION_DESCRIPTIONS
[i], GuidedAction.DEFAULT_CHECK_SET_ID);
492
OPTION_DESCRIPTIONS
[i], GuidedAction.CHECKBOX_CHECK_SET_ID);
Completed in 198 milliseconds