Searched refs:UI_STYLE_ACTIVITY_ROOT (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java157 * {@link #UI_STYLE_ACTIVITY_ROOT}</li>
171 * <li>{@link #UI_STYLE_ACTIVITY_ROOT}</li>
219 public static final int UI_STYLE_ACTIVITY_ROOT = 2; field in class:GuidedStepFragment
539 * associated. Note {@link #UI_STYLE_ACTIVITY_ROOT} will return empty String. The method
550 * associated. Note {@link #UI_STYLE_ACTIVITY_ROOT} is not allowed and returns empty String.
564 case UI_STYLE_ACTIVITY_ROOT:
604 * {@link #UI_STYLE_ACTIVITY_ROOT} is assigned.
624 fragment.setUiStyle(UI_STYLE_ACTIVITY_ROOT);
842 * <li> {@link #UI_STYLE_ACTIVITY_ROOT} Enter transition is set to null and app should rely on
887 } else if (uiStyle == UI_STYLE_ACTIVITY_ROOT) {
[all...]
H A DGuidedStepSupportFragment.java159 * {@link #UI_STYLE_ACTIVITY_ROOT}</li>
173 * <li>{@link #UI_STYLE_ACTIVITY_ROOT}</li>
221 public static final int UI_STYLE_ACTIVITY_ROOT = 2; field in class:GuidedStepSupportFragment
541 * associated. Note {@link #UI_STYLE_ACTIVITY_ROOT} will return empty String. The method
552 * associated. Note {@link #UI_STYLE_ACTIVITY_ROOT} is not allowed and returns empty String.
566 case UI_STYLE_ACTIVITY_ROOT:
606 * {@link #UI_STYLE_ACTIVITY_ROOT} is assigned.
626 fragment.setUiStyle(UI_STYLE_ACTIVITY_ROOT);
844 * <li> {@link #UI_STYLE_ACTIVITY_ROOT} Enter transition is set to null and app should rely on
889 } else if (uiStyle == UI_STYLE_ACTIVITY_ROOT) {
[all...]

Completed in 885 milliseconds