Searched refs:FEATURE_ACTIVITY_TRANSITIONS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityTransitionState.java161 if (window.hasFeature(Window.FEATURE_ACTIVITY_TRANSITIONS)
361 if (!activity.getWindow().hasFeature(Window.FEATURE_ACTIVITY_TRANSITIONS) ||
H A DActivityOptions.java604 * <p>This requires {@link android.view.Window#FEATURE_ACTIVITY_TRANSITIONS} to be
628 * <p>This requires {@link android.view.Window#FEATURE_ACTIVITY_TRANSITIONS} to be
651 * from a non-Activity. The window must support Window.FEATURE_ACTIVITY_TRANSITIONS.
705 if (!window.hasFeature(Window.FEATURE_ACTIVITY_TRANSITIONS)) {
/frameworks/base/core/java/android/view/
H A DWindow.java148 public static final int FEATURE_ACTIVITY_TRANSITIONS = 13; field in class:Window
154 public static final int FEATURE_MAX = FEATURE_ACTIVITY_TRANSITIONS;
1899 * remain unaffected. Requires {@link #FEATURE_ACTIVITY_TRANSITIONS}.
1915 * Requires {@link #FEATURE_ACTIVITY_TRANSITIONS}.
1929 * entering Views will remain unaffected. Requires {@link #FEATURE_ACTIVITY_TRANSITIONS}.
1957 * remain unaffected. Requires {@link #FEATURE_ACTIVITY_TRANSITIONS}.
1971 * Requires {@link #FEATURE_ACTIVITY_TRANSITIONS}.
1984 * Requires {@link #FEATURE_ACTIVITY_TRANSITIONS}.
1999 * Requires {@link #FEATURE_ACTIVITY_TRANSITIONS}.
2009 * Scene. Requires {@link #FEATURE_ACTIVITY_TRANSITIONS}
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java125 (1 << FEATURE_ACTIVITY_TRANSITIONS) |
2410 requestFeature(FEATURE_ACTIVITY_TRANSITIONS);
2722 if (hasFeature(FEATURE_ACTIVITY_TRANSITIONS)) {

Completed in 2084 milliseconds