Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java900 waitUntilSystemLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
901 waitUntilSystemLauncherObjectGone(SPLIT_PLACEHOLDER_RES_ID); in verifyVisibleObjects()
903 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
910 waitUntilSystemLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
911 waitUntilSystemLauncherObjectGone(SPLIT_PLACEHOLDER_RES_ID); in verifyVisibleObjects()
913 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
920 waitUntilSystemLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
921 waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in verifyVisibleObjects()
922 waitUntilSystemLauncherObjectGone(SPLIT_PLACEHOLDER_RES_ID); in verifyVisibleObjects()
930 waitUntilSystemLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
[all …]
DOverviewTaskMenu.java75 mLauncher.waitUntilSystemLauncherObjectGone("overview_panel"); in tapAppInfoMenuItem()
DLaunchedAppState.java96 mLauncher.waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID);
124 mLauncher.waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID);
DTaskbar.java97 mLauncher.waitUntilSystemLauncherObjectGone(TASKBAR_RES_ID); in swipeDownToStash()