Home
last modified time | relevance | path

Searched refs:isProto1Enabled (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeStatus.java69 public static boolean isProto1Enabled() { in isProto1Enabled() method in DesktopModeStatus
85 return isProto1Enabled() || isProto2Enabled(); in isAnyEnabled()
H A DDesktopModeController.java109 if (DesktopModeStatus.isProto1Enabled()) { in DesktopModeController()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModel.java434 if (DesktopModeStatus.isProto1Enabled() && mDesktopModeController.isPresent() in handleMotionEvent()
601 } else if (DesktopModeStatus.isProto1Enabled()) { in handleReceivedMotionEvent()
664 } else if (DesktopModeStatus.isProto1Enabled()) { in handleCaptionThroughStatusBar()
H A DDesktopModeWindowDecoration.java469 if (DesktopModeStatus.isProto1Enabled()) { in getDesktopModeWindowDecorLayoutId()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopModeControllerTest.java109 when(DesktopModeStatus.isProto1Enabled()).thenReturn(true); in setUp()
138 when(DesktopModeStatus.isProto1Enabled()).thenReturn(false); in instantiate_flagOff_doNotAddInitCallback()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java811 if (DesktopModeStatus.isProto1Enabled()) { in provideDesktopModeController()