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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 130 (1 << FEATURE_CONTENT_TRANSITIONS) |
364 // Note: FEATURE_CONTENT_TRANSITIONS may be set in the process of installing the window
369 } else if (!hasFeature(FEATURE_CONTENT_TRANSITIONS)) {
373 if (hasFeature(FEATURE_CONTENT_TRANSITIONS)) {
393 // Note: FEATURE_CONTENT_TRANSITIONS may be set in the process of installing the window
398 } else if (!hasFeature(FEATURE_CONTENT_TRANSITIONS)) {
402 if (hasFeature(FEATURE_CONTENT_TRANSITIONS)) {
420 if (hasFeature(FEATURE_CONTENT_TRANSITIONS)) {
    [all...]
  /frameworks/base/core/java/android/view/
Window.java 114 public static final int FEATURE_CONTENT_TRANSITIONS = 12;
    [all...]

Completed in 203 milliseconds