/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ |
H A D | ShellSharedConstants.java | 22 public class ShellSharedConstants { class
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/ |
H A D | StartingWindowControllerTests.java | 48 import com.android.wm.shell.sysui.ShellSharedConstants; 99 eq(ShellSharedConstants.KEY_EXTRA_SHELL_STARTING_WINDOW), any(), any()); in instantiateController_addExternalInterface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ |
H A D | SplitScreenControllerTests.java | 74 import com.android.wm.shell.sysui.ShellSharedConstants; 169 eq(ShellSharedConstants.KEY_EXTRA_SHELL_SPLIT_SCREEN), any(), any()); in instantiateController_addExternalInterface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipControllerTest.java | 74 import com.android.wm.shell.sysui.ShellSharedConstants; 171 eq(ShellSharedConstants.KEY_EXTRA_SHELL_PIP), any(), eq(mPipController)); in instantiatePipController_registerExternalInterface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/ |
H A D | BackAnimationControllerTest.java | 68 import com.android.wm.shell.sysui.ShellSharedConstants; 186 eq(ShellSharedConstants.KEY_EXTRA_SHELL_BACK_ANIMATION), any(), any()); in instantiateController_addExternalInterface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/ |
H A D | RecentTasksControllerTest.java | 65 import com.android.wm.shell.sysui.ShellSharedConstants; 136 eq(ShellSharedConstants.KEY_EXTRA_SHELL_RECENT_TASKS), any(), any()); in instantiateController_addExternalInterface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | StartingWindowController.java | 27 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_STARTING_WINDOW;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedControllerTest.java | 54 import com.android.wm.shell.sysui.ShellSharedConstants; 182 eq(ShellSharedConstants.KEY_EXTRA_SHELL_ONE_HANDED), any(), any()); in testControllerRegisteresExternalInterface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/ |
H A D | Android.bp | 56 "src/com/android/wm/shell/sysui/ShellSharedConstants.java",
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopTasksController.kt | 68 import com.android.wm.shell.sysui.ShellSharedConstants 132 ShellSharedConstants.KEY_EXTRA_SHELL_DESKTOP_MODE,
|
H A D | DesktopModeController.java | 31 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_DESKTOP_MODE;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DragAndDropController.java | 36 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_DRAG_AND_DROP;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/ |
H A D | RecentTasksController.java | 23 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_RECENT_TASKS;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedController.java | 27 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_ONE_HANDED;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
H A D | BackAnimationController.java | 21 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_BACK_ANIMATION;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/ |
H A D | ShellTransitionTests.java | 105 import com.android.wm.shell.sysui.ShellSharedConstants; 160 eq(ShellSharedConstants.KEY_EXTRA_SHELL_SHELL_TRANSITIONS), any(), any()); in instantiateController_addExternalInterface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 36 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_PIP;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | Transitions.java | 39 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_SHELL_TRANSITIONS;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | SplitScreenController.java | 36 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_SPLIT_SCREEN;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 40 import static com.android.wm.shell.sysui.ShellSharedConstants.KEY_EXTRA_SHELL_BUBBLES;
|