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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java77 * {@link #setUiStyle(int)} to select fragment transition and remember the stack entry where it
486 fragment.setUiStyle(inGuidedStep ? UI_STYLE_REPLACE : UI_STYLE_ENTRANCE);
624 fragment.setUiStyle(UI_STYLE_ACTIVITY_ROOT);
920 * transaction and controls backstack by itself, it would need call setUiStyle() to select the
926 public void setUiStyle(int style) { method in class:GuidedStepFragment
1236 top.setUiStyle(UI_STYLE_ENTRANCE);
H A DGuidedStepSupportFragment.java79 * {@link #setUiStyle(int)} to select fragment transition and remember the stack entry where it
488 fragment.setUiStyle(inGuidedStep ? UI_STYLE_REPLACE : UI_STYLE_ENTRANCE);
626 fragment.setUiStyle(UI_STYLE_ACTIVITY_ROOT);
922 * transaction and controls backstack by itself, it would need call setUiStyle() to select the
928 public void setUiStyle(int style) { method in class:GuidedStepSupportFragment
1238 top.setUiStyle(UI_STYLE_ENTRANCE);

Completed in 1656 milliseconds