Searched defs:EXTRA_UI_STYLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java174 public static final String EXTRA_UI_STYLE = "uiStyle"; field in class:GuidedStepFragment
194 * Default value for argument {@link #EXTRA_UI_STYLE}. The default value is assigned in
210 * One possible value of argument {@link #EXTRA_UI_STYLE}. This is the case that we show first
934 arguments.putInt(EXTRA_UI_STYLE, style);
956 return b.getInt(EXTRA_UI_STYLE, UI_STYLE_ENTRANCE);
H A DGuidedStepSupportFragment.java176 public static final String EXTRA_UI_STYLE = "uiStyle"; field in class:GuidedStepSupportFragment
196 * Default value for argument {@link #EXTRA_UI_STYLE}. The default value is assigned in
212 * One possible value of argument {@link #EXTRA_UI_STYLE}. This is the case that we show first
936 arguments.putInt(EXTRA_UI_STYLE, style);
958 return b.getInt(EXTRA_UI_STYLE, UI_STYLE_ENTRANCE);

Completed in 71 milliseconds