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.java577 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
579 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
580 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
584 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
585 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
586 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
590 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
591 waitUntilLauncherObjectGone(OVERVIEW_RES_ID); in verifyVisibleObjects()
592 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
599 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
[all …]
DAddToHomeScreenPrompt.java60 mLauncher.waitUntilLauncherObjectGone(getSelector()); in addAutomatically()
DWorkspace.java233 launcher.waitUntilLauncherObjectGone("drop_target_bar"); in dragIconToWorkspace()