Home
last modified time | relevance | path

Searched defs:switchToOverview (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHome.java48 public Overview switchToOverview() { in switchToOverview() method in Home
DBackground.java68 public BaseOverview switchToOverview() { in switchToOverview() method in Background
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsTrackpad.java94 public void switchToOverview() throws Exception { in switchToOverview() method in TaplTestsTrackpad
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/scenarios/
H A DSwitchToOverviewFromDesktop.kt61 open fun switchToOverview() { in switchToOverview() method in com.android.wm.shell.scenarios.SwitchToOverviewFromDesktop