OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UI_STYLE_REPLACE
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
GuidedStepFragment.java
159
* GuidedStepFragment, int)} sets it to {@link #
UI_STYLE_REPLACE
} if there is already a
169
* <li>{@link #
UI_STYLE_REPLACE
}</li>
185
public static final int
UI_STYLE_REPLACE
= 0;
188
* @deprecated Same value as {@link #
UI_STYLE_REPLACE
}.
444
* <li>If current fragment on stack is GuidedStepFragment: assign {@link #
UI_STYLE_REPLACE
}
462
* <li>If current fragment on stack is GuidedStepFragment: assign {@link #
UI_STYLE_REPLACE
} and
486
fragment.setUiStyle(inGuidedStep ?
UI_STYLE_REPLACE
: UI_STYLE_ENTRANCE);
495
* Called when this fragment is added to FragmentTransaction with {@link #
UI_STYLE_REPLACE
} (aka
551
* @param uiStyle {@link #
UI_STYLE_REPLACE
} or {@link #UI_STYLE_ENTRANCE}
560
case
UI_STYLE_REPLACE
[
all
...]
GuidedStepSupportFragment.java
161
* GuidedStepSupportFragment, int)} sets it to {@link #
UI_STYLE_REPLACE
} if there is already a
171
* <li>{@link #
UI_STYLE_REPLACE
}</li>
187
public static final int
UI_STYLE_REPLACE
= 0;
190
* @deprecated Same value as {@link #
UI_STYLE_REPLACE
}.
446
* <li>If current fragment on stack is GuidedStepSupportFragment: assign {@link #
UI_STYLE_REPLACE
}
464
* <li>If current fragment on stack is GuidedStepSupportFragment: assign {@link #
UI_STYLE_REPLACE
} and
488
fragment.setUiStyle(inGuidedStep ?
UI_STYLE_REPLACE
: UI_STYLE_ENTRANCE);
497
* Called when this fragment is added to FragmentTransaction with {@link #
UI_STYLE_REPLACE
} (aka
553
* @param uiStyle {@link #
UI_STYLE_REPLACE
} or {@link #UI_STYLE_ENTRANCE}
562
case
UI_STYLE_REPLACE
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 2801 milliseconds