Loading libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/ClickAndFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.ClickAndFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [ClickAndFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class ClickAndFocusTest : ClickAndFocus() libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/CloseThenMoveFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.CloseThenMoveFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [CloseThenMoveFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class CloseThenMoveFocusTest : CloseThenMoveFocus() libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/DragAndKeepFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.DragAndKeepFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [DragAndKeppFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class DragAndKeepFocusTest : DragAndKeepFocus() libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/MoveToNextDisplayAndFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.MoveToNextDisplayAndFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [MoveToNextDisplayAndFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class MoveToNextDisplayAndFocusTest : MoveToNextDisplayAndFocus() libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/OpenAndFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.OpenAndFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [OpenAndFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class OpenAndFocusTest : OpenAndFocus() Loading
libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/ClickAndFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.ClickAndFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [ClickAndFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class ClickAndFocusTest : ClickAndFocus()
libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/CloseThenMoveFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.CloseThenMoveFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [CloseThenMoveFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class CloseThenMoveFocusTest : CloseThenMoveFocus()
libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/DragAndKeepFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.DragAndKeepFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [DragAndKeppFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class DragAndKeepFocusTest : DragAndKeepFocus()
libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/MoveToNextDisplayAndFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.MoveToNextDisplayAndFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [MoveToNextDisplayAndFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class MoveToNextDisplayAndFocusTest : MoveToNextDisplayAndFocus()
libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/functional/fundamentals/focus/OpenAndFocusTest.kt 0 → 100644 +27 −0 Original line number Diff line number Diff line /* * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.wm.shell.functional.fundamentals.focus import android.platform.test.annotations.Postsubmit import com.android.wm.shell.scenarios.OpenAndFocus import org.junit.runner.RunWith import org.junit.runners.BlockJUnit4ClassRunner /* Functional test for [OpenAndFocus]. */ @RunWith(BlockJUnit4ClassRunner::class) @Postsubmit class OpenAndFocusTest : OpenAndFocus()