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()
142 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID), in getIconNames()
157 return mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID).getVisibleBounds(); in getVisibleBounds()
DLaunchedAppState.java20 import static com.android.launcher3.tapl.LauncherInstrumentation.TASKBAR_RES_ID;
96 mLauncher.waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID);
106 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
124 mLauncher.waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID);
229 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
265 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
DLauncherInstrumentation.java179 static final String TASKBAR_RES_ID = "taskbar_view"; field in LauncherInstrumentation
667 if (hasLauncherObject(TASKBAR_RES_ID)) return "Taskbar"; in getVisibleStateMessage()
903 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
913 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
921 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
934 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
936 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
953 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
955 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
967 waitForSystemLauncherObject(TASKBAR_RES_ID); in verifyVisibleObjects()
[all …]
DBaseOverview.java21 import static com.android.launcher3.tapl.LauncherInstrumentation.TASKBAR_RES_ID;
380 mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID); in getTaskbar()