Home
last modified time | relevance | path

Searched refs:FLAG_IS_DISPLAY (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitionAnimationHelper.java27 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()
DDefaultTransitionHandler.java49 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()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DTransitionUtil.java33 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;
89 if (change.getMode() == TRANSIT_CHANGE && change.hasFlags(FLAG_IS_DISPLAY)) { in hasDisplayChange()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/unfold/
DUnfoldTransitionHandlerTest.java447 change.setFlags(TransitionInfo.FLAG_IS_DISPLAY); in createUnfoldTransitionInfo()
458 change.setFlags(TransitionInfo.FLAG_IS_DISPLAY); in createDisplayResizeTransitionInfo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
DUnfoldTransitionHandler.java256 if ((change.getFlags() & TransitionInfo.FLAG_IS_DISPLAY) == 0) { in shouldPlayUnfoldAnimation()
/frameworks/base/core/java/android/window/
DTransitionInfo.java109 public static final int FLAG_IS_DISPLAY = 1 << 5; field in TransitionInfo
190 FLAG_IS_DISPLAY,
513 if ((flags & FLAG_IS_DISPLAY) != 0) { in flagsToString()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
DShellTransitionTests.java38 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java32 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;
741 && (change.getFlags() & FLAG_IS_DISPLAY) != 0 in startExitAnimation()
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java53 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java768 if (change.hasFlags(TransitionInfo.FLAG_IS_DISPLAY) in merge()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java35 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;
2868 && (change.getFlags() & FLAG_IS_DISPLAY) != 0) { in startAnimation()