Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DTaskbar.java20 import static com.android.launcher3.tapl.LauncherInstrumentation.TASKBAR_RES_ID;
50 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID); in Taskbar()
67 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in getAppIcon()
84 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID); in swipeDownToStash()
97 mLauncher.waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in swipeDownToStash()
111 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in openAllApps()
128 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in openAllAppsOnHome()
159 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in getIconNames()
174 return mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID).getVisibleBounds(); in getVisibleBounds()
DLaunchedAppState.java20 import static com.android.launcher3.tapl.LauncherInstrumentation.TASKBAR_RES_ID;
111 mLauncher.waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID);
121 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
139 mLauncher.waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID);
244 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
280 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
DLauncherInstrumentation.java180 static final String TASKBAR_RES_ID = "taskbar_view"; field in LauncherInstrumentation
674 if (hasLauncherObject(TASKBAR_RES_ID)) return "Taskbar"; in getVisibleStateMessage()
933 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
935 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
946 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
955 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
970 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
972 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
989 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
991 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
[all …]
DBaseOverview.java21 import static com.android.launcher3.tapl.LauncherInstrumentation.TASKBAR_RES_ID;
431 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID); in getTaskbar()