Home
last modified time | relevance | path

Searched refs:TRANSIT_FLAG_PHYSICAL_DISPLAY_SWITCH (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DPhysicalDisplaySwitchTransitionLauncher.java20 import static android.view.WindowManager.TRANSIT_FLAG_PHYSICAL_DISPLAY_SWITCH;
123 mTransition.addFlag(TRANSIT_FLAG_PHYSICAL_DISPLAY_SWITCH); in requestDisplaySwitchTransitionIfNeeded()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
DUnfoldTransitionHandler.java21 import static android.view.WindowManager.TRANSIT_FLAG_PHYSICAL_DISPLAY_SWITCH;
251 if ((transitionInfo.getFlags() & TRANSIT_FLAG_PHYSICAL_DISPLAY_SWITCH) == 0) return false; in shouldPlayUnfoldAnimation()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/unfold/
DUnfoldTransitionHandlerTest.java21 import static android.view.WindowManager.TRANSIT_FLAG_PHYSICAL_DISPLAY_SWITCH;
449 transitionInfo.setFlags(TRANSIT_FLAG_PHYSICAL_DISPLAY_SWITCH); in createUnfoldTransitionInfo()
/frameworks/base/core/java/android/view/
DWindowManager.java607 int TRANSIT_FLAG_PHYSICAL_DISPLAY_SWITCH = (1 << 14); // 0x4000 field
627 TRANSIT_FLAG_PHYSICAL_DISPLAY_SWITCH,