Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DThemeIconsTest.java69 addToWorkspace(btv); in testIconWithoutTheme()
87 addToWorkspace(menuItem); in testShortcutIconWithoutTheme()
101 addToWorkspace(btv); in testIconWithTheme()
118 addToWorkspace(menuItem); in testShortcutIconWithTheme()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DBaseLauncherActivityTest.kt162 fun addToWorkspace(view: View) { in executeShellCommand() method in com.android.launcher3.util.BaseLauncherActivityTest
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java199 return addToWorkspace(item, true /*accessibility*/, null /*finishCallback*/); in performAction()
430 public boolean addToWorkspace(ItemInfo item, boolean accessibility, in addToWorkspace() method in LauncherAccessibilityDelegate
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java208 launcher.getAccessibilityDelegate().addToWorkspace(info, in addWidget()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java221 delegate.addToWorkspace(newAppPair, true, (success) -> { in saveAppPair()