Searched refs:FLAG_IS_DISPLAY (Results 1 – 11 of 11) sorted by relevance
27 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;207 if ((change.getTaskInfo() != null || change.hasFlags(FLAG_IS_DISPLAY)) in getTransitionTypeFromInfo()213 && change.hasFlags(FLAG_IS_DISPLAY | FLAGS_IS_NON_APP_WINDOW)) { in getTransitionTypeFromInfo()
49 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;221 if ((change.getFlags() & FLAG_IS_DISPLAY) != 0) { in getRotationAnimationHint()357 if (mode == TRANSIT_CHANGE && change.hasFlags(FLAG_IS_DISPLAY)) { in startAnimation()412 if (change.getParent() == null && !change.hasFlags(FLAG_IS_DISPLAY) in startAnimation()
33 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;89 if (change.getMode() == TRANSIT_CHANGE && change.hasFlags(FLAG_IS_DISPLAY)) { in hasDisplayChange()
447 change.setFlags(TransitionInfo.FLAG_IS_DISPLAY); in createUnfoldTransitionInfo()458 change.setFlags(TransitionInfo.FLAG_IS_DISPLAY); in createDisplayResizeTransitionInfo()
256 if ((change.getFlags() & TransitionInfo.FLAG_IS_DISPLAY) == 0) { in shouldPlayUnfoldAnimation()
109 public static final int FLAG_IS_DISPLAY = 1 << 5; field in TransitionInfo190 FLAG_IS_DISPLAY,513 if ((flags & FLAG_IS_DISPLAY) != 0) { in flagsToString()
38 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;838 .setFlags(FLAG_IS_DISPLAY).setRotate().build(); in testShouldRotateSeamlessly()877 displayChange = new ChangeBuilder(TRANSIT_CHANGE).setFlags(FLAG_IS_DISPLAY) in testShouldRotateSeamlessly()889 .setFlags(FLAG_IS_DISPLAY | FLAG_DISPLAY_HAS_ALERT_WINDOWS).setRotate().build(); in testShouldRotateSeamlessly()899 displayChange = new ChangeBuilder(TRANSIT_CHANGE).setFlags(FLAG_IS_DISPLAY) in testShouldRotateSeamlessly()
32 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;741 && (change.getFlags() & FLAG_IS_DISPLAY) != 0 in startExitAnimation()
53 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;1083 if (c.hasFlags(FLAG_IS_DISPLAY) && c.getStartRotation() != c.getEndRotation() in buildCleanupTransaction()3459 flags |= FLAG_IS_DISPLAY; in getChangeFlags()
768 if (change.hasFlags(TransitionInfo.FLAG_IS_DISPLAY) in merge()
35 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;2868 && (change.getFlags() & FLAG_IS_DISPLAY) != 0) { in startAnimation()