Searched refs:doLayout (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.launcher3.util.LauncherUIHelper.doLayout;77 doLayout(launcher); in testAllAppsList_noWorkProfile()90 doLayout(launcher); in testAllAppsList_workProfile()101 doLayout(launcher); in testAllAppsList_workProfile()116 doLayout(launcher); in loadLauncher()
18 import static com.android.launcher3.util.LauncherUIHelper.doLayout;49 doLayout(launcher); in testRecentsActivityCreates()60 doLayout(activity); in testRecents_showCurrentTask()67 doLayout(activity); in testRecents_showCurrentTask()
19 import static com.android.launcher3.util.LauncherUIHelper.doLayout;105 doLayout(launcher); in testAllAppsScroll()125 doLayout(launcher); in testWidgetsListScroll()145 doLayout(launcher); in testFolderPageScroll()148 doLayout(launcher); in testFolderPageScroll()
81 doLayout(launcher); in buildAndBindLauncher()92 public static void doLayout(Activity activity) { in doLayout() method in LauncherUIHelper