Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java703 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
705 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
710 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
717 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
721 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
723 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
732 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
734 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
821 waitUntilLauncherObjectGone(floatingRes.get()); in swipeUpToCloseFloatingView()
1028 void waitUntilLauncherObjectGone(String resId) { in waitUntilLauncherObjectGone() method
[all …]
H A DAddToHomeScreenPrompt.java60 mLauncher.waitUntilLauncherObjectGone(getSelector()); in addAutomatically()
H A DFolder.java72 mLauncher.waitUntilLauncherObjectGone(FOLDER_CONTENT_RES_ID); in close()
H A DBaseOverview.java91 mLauncher.waitUntilLauncherObjectGone(clearAllSelector); in dismissAllTasks()
H A DWorkspace.java299 launcher.waitUntilLauncherObjectGone("drop_target_bar"); in dropDraggedIcon()