Lines Matching refs:style

96  * android.support.v17.leanback.R.style#Theme_Leanback_GuidedStep}, or a theme whose parent is
157 * Fragment argument name for UI style. The argument value is persisted in fragment state and
183 * GuidedStepSupportFragment when moving forward to next step. Default behavior of this style is:
201 * other content. The default behavior of this style:
204 * Background will be faded in. Note: Changing exit transition by UI style is not working
205 * because fragment transition asks for exit transition before UI style is restored in Fragment
216 * GuidedStepSupportFragment in a separate activity. The default behavior of this style:
219 * same as {@link #UI_STYLE_ENTRANCE}. Note: Changing exit transition by UI style is not working
220 * because fragment transition asks for exit transition before UI style is restored in
279 * Creates the presenter used to style the guidance panel. The default implementation returns
288 * Creates the presenter used to style the guided actions panel. The default implementation
297 * Creates the presenter used to style a sided actions panel for button only.
907 // exitTransition is same for all style
931 * Set UI style to fragment arguments. Default value is {@link #UI_STYLE_ENTRANCE} when fragment
932 * is first initialized. UI style is used to choose different fragment transition animations and
939 * @param style {@link #UI_STYLE_ACTIVITY_ROOT} {@link #UI_STYLE_REPLACE} or
942 public void setUiStyle(int style) {
950 arguments.putInt(EXTRA_UI_STYLE, style);
955 if (style != oldStyle) {
961 * Read UI style from fragment arguments. Default value is {@link #UI_STYLE_ENTRANCE} when
962 * fragment is first initialized. UI style is used to choose different fragment transition