Home
last modified time | relevance | path

Searched refs:waitUntilLauncherObjectGone (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java603 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
604 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
605 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
609 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
610 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
611 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
615 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
616 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
617 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
621 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
[all …]
DAddToHomeScreenPrompt.java60 mLauncher.waitUntilLauncherObjectGone(getSelector()); in addAutomatically()
DWorkspace.java206 launcher.waitUntilLauncherObjectGone("drop_target_bar"); in dragIconToWorkspace()