Searched refs:FLAG_DISPLAY_HAS_ALERT_WINDOWS (Results 1 – 4 of 4) sorted by relevance
117 public static final int FLAG_DISPLAY_HAS_ALERT_WINDOWS = 1 << 7; field in TransitionInfo191 FLAG_DISPLAY_HAS_ALERT_WINDOWS,516 if ((flags & FLAG_DISPLAY_HAS_ALERT_WINDOWS) != 0) { in flagsToString()
45 import static android.window.TransitionInfo.FLAG_DISPLAY_HAS_ALERT_WINDOWS;223 if ((change.getFlags() & FLAG_DISPLAY_HAS_ALERT_WINDOWS) != 0) { in getRotationAnimationHint()
37 import static android.window.TransitionInfo.FLAG_DISPLAY_HAS_ALERT_WINDOWS;889 .setFlags(FLAG_IS_DISPLAY | FLAG_DISPLAY_HAS_ALERT_WINDOWS).setRotate().build(); in testShouldRotateSeamlessly()
49 import static android.window.TransitionInfo.FLAG_DISPLAY_HAS_ALERT_WINDOWS;3461 flags |= FLAG_DISPLAY_HAS_ALERT_WINDOWS; in getChangeFlags()