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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java159 * GuidedStepFragment, int)} sets it to {@link #UI_STYLE_REPLACE} if there is already a
169 * <li>{@link #UI_STYLE_REPLACE}</li>
185 public static final int UI_STYLE_REPLACE = 0; field in class:GuidedStepFragment
188 * @deprecated Same value as {@link #UI_STYLE_REPLACE}.
444 * <li>If current fragment on stack is GuidedStepFragment: assign {@link #UI_STYLE_REPLACE}
462 * <li>If current fragment on stack is GuidedStepFragment: assign {@link #UI_STYLE_REPLACE} and
486 fragment.setUiStyle(inGuidedStep ? UI_STYLE_REPLACE : UI_STYLE_ENTRANCE);
495 * Called when this fragment is added to FragmentTransaction with {@link #UI_STYLE_REPLACE} (aka
551 * @param uiStyle {@link #UI_STYLE_REPLACE} or {@link #UI_STYLE_ENTRANCE}
560 case UI_STYLE_REPLACE
[all...]
H A DGuidedStepSupportFragment.java161 * GuidedStepSupportFragment, int)} sets it to {@link #UI_STYLE_REPLACE} if there is already a
171 * <li>{@link #UI_STYLE_REPLACE}</li>
187 public static final int UI_STYLE_REPLACE = 0; field in class:GuidedStepSupportFragment
190 * @deprecated Same value as {@link #UI_STYLE_REPLACE}.
446 * <li>If current fragment on stack is GuidedStepSupportFragment: assign {@link #UI_STYLE_REPLACE}
464 * <li>If current fragment on stack is GuidedStepSupportFragment: assign {@link #UI_STYLE_REPLACE} and
488 fragment.setUiStyle(inGuidedStep ? UI_STYLE_REPLACE : UI_STYLE_ENTRANCE);
497 * Called when this fragment is added to FragmentTransaction with {@link #UI_STYLE_REPLACE} (aka
553 * @param uiStyle {@link #UI_STYLE_REPLACE} or {@link #UI_STYLE_ENTRANCE}
562 case UI_STYLE_REPLACE
[all...]

Completed in 117 milliseconds