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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java153 * used to select fragment transition. The value is initially {@link #UI_STYLE_ENTRANCE} and
162 * {@link #UI_STYLE_ENTRANCE} for the non activity case. This is a special case that changes
164 * GuidedStepFragment run a return transition of {@link #UI_STYLE_ENTRANCE}</li>
170 * <li>{@link #UI_STYLE_ENTRANCE}</li>
181 * {@link #UI_STYLE_ENTRANCE}.
204 * the top GuidedStepFragment to UI_STYLE_ENTRANCE in order to run the return transition
205 * (reverse of enter transition) of UI_STYLE_ENTRANCE.
207 public static final int UI_STYLE_ENTRANCE = 1; field in class:GuidedStepFragment
214 * same as {@link #UI_STYLE_ENTRANCE}. Note: Changing exit transition by UI style is not working
445 * <li>If current fragment on stack is not GuidedStepFragment: assign {@link #UI_STYLE_ENTRANCE}
[all...]
H A DGuidedStepSupportFragment.java155 * used to select fragment transition. The value is initially {@link #UI_STYLE_ENTRANCE} and
164 * {@link #UI_STYLE_ENTRANCE} for the non activity case. This is a special case that changes
166 * GuidedStepSupportFragment run a return transition of {@link #UI_STYLE_ENTRANCE}</li>
172 * <li>{@link #UI_STYLE_ENTRANCE}</li>
183 * {@link #UI_STYLE_ENTRANCE}.
206 * the top GuidedStepSupportFragment to UI_STYLE_ENTRANCE in order to run the return transition
207 * (reverse of enter transition) of UI_STYLE_ENTRANCE.
209 public static final int UI_STYLE_ENTRANCE = 1; field in class:GuidedStepSupportFragment
216 * same as {@link #UI_STYLE_ENTRANCE}. Note: Changing exit transition by UI style is not working
447 * <li>If current fragment on stack is not GuidedStepSupportFragment: assign {@link #UI_STYLE_ENTRANCE}
[all...]

Completed in 977 milliseconds