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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java79 * {@link #setUiStyle(int)} to select fragment transition and remember the stack entry where it
508 fragment.setUiStyle(inGuidedStep ? UI_STYLE_REPLACE : UI_STYLE_ENTRANCE);
643 fragment.setUiStyle(UI_STYLE_ACTIVITY_ROOT);
951 * transaction and controls backstack by itself, it would need call setUiStyle() to select the
957 public void setUiStyle(int style) { method in class:GuidedStepFragment
1254 top.setUiStyle(UI_STYLE_ENTRANCE);
H A DGuidedStepSupportFragment.java82 * {@link #setUiStyle(int)} to select fragment transition and remember the stack entry where it
511 fragment.setUiStyle(inGuidedStep ? UI_STYLE_REPLACE : UI_STYLE_ENTRANCE);
646 fragment.setUiStyle(UI_STYLE_ACTIVITY_ROOT);
954 * transaction and controls backstack by itself, it would need call setUiStyle() to select the
960 public void setUiStyle(int style) { method in class:GuidedStepSupportFragment
1257 top.setUiStyle(UI_STYLE_ENTRANCE);

Completed in 57 milliseconds