HomeSort by relevance Sort by last modified time
    Searched refs:FEATURE_ACTIVITY_TRANSITIONS (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/app/
ActivityTransitionState.java 159 if (window.hasFeature(Window.FEATURE_ACTIVITY_TRANSITIONS)
341 if (!activity.getWindow().hasFeature(Window.FEATURE_ACTIVITY_TRANSITIONS) ||
ActivityOptions.java 608 * <p>This requires {@link android.view.Window#FEATURE_ACTIVITY_TRANSITIONS} to be
632 * <p>This requires {@link android.view.Window#FEATURE_ACTIVITY_TRANSITIONS} to be
655 * from a non-Activity. The window must support Window.FEATURE_ACTIVITY_TRANSITIONS.
709 if (!window.hasFeature(Window.FEATURE_ACTIVITY_TRANSITIONS)) {
    [all...]
  /frameworks/base/core/java/android/view/
Window.java 148 public static final int FEATURE_ACTIVITY_TRANSITIONS = 13;
154 public static final int FEATURE_MAX = FEATURE_ACTIVITY_TRANSITIONS;
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 124 (1 << FEATURE_ACTIVITY_TRANSITIONS) |
    [all...]

Completed in 189 milliseconds