Home
last modified time | relevance | path

Searched refs:DeepShortcutManager (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutManager.java42 public class DeepShortcutManager { class
48 private static DeepShortcutManager sInstance;
51 public static DeepShortcutManager getInstance(Context context) { in getInstance()
54 sInstance = new DeepShortcutManager(context.getApplicationContext()); in getInstance()
63 private DeepShortcutManager(Context context) { in DeepShortcutManager() method in DeepShortcutManager
/packages/apps/Launcher3/src/com/android/launcher3/model/
DShortcutsChangedTask.java27 import com.android.launcher3.shortcuts.DeepShortcutManager;
58 DeepShortcutManager deepShortcutManager = DeepShortcutManager.getInstance(context); in execute()
DUserLockStateChangedTask.java28 import com.android.launcher3.shortcuts.DeepShortcutManager;
55 DeepShortcutManager deepShortcutManager = DeepShortcutManager.getInstance(context); in execute()
DBgDataModel.java35 import com.android.launcher3.shortcuts.DeepShortcutManager;
273 DeepShortcutManager.getInstance(context).unpinShortcut(pinnedShortcut); in removeItem()
310 DeepShortcutManager.getInstance(context).pinShortcut(pinnedShortcut); in addItem()
DLoaderTask.java61 import com.android.launcher3.shortcuts.DeepShortcutManager;
98 private final DeepShortcutManager mShortcutManager;
114 mShortcutManager = DeepShortcutManager.getInstance(mApp.getContext()); in LoaderTask()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java31 import com.android.launcher3.shortcuts.DeepShortcutManager;
218 if (!DeepShortcutManager.supportsShortcuts(info)) { in getShortcutIdsForItem()
231 if (!DeepShortcutManager.supportsShortcuts(info)) { in getBadgeInfoForItem()
DPopupPopulator.java38 import com.android.launcher3.shortcuts.DeepShortcutManager;
201 List<ShortcutInfoCompat> shortcuts = DeepShortcutManager.getInstance(launcher) in createUpdateRunnable()
DPopupContainerWithArrow.java71 import com.android.launcher3.shortcuts.DeepShortcutManager;
162 if (!DeepShortcutManager.supportsShortcuts(itemInfo)) { in showForIcon()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageUserKey.java7 import com.android.launcher3.shortcuts.DeepShortcutManager;
41 if (DeepShortcutManager.supportsShortcuts(info)) { in updateFromItemInfo()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java62 import com.android.launcher3.shortcuts.DeepShortcutManager;
331 DeepShortcutManager sm = DeepShortcutManager.getInstance(mLauncher); in getFullDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java42 import com.android.launcher3.shortcuts.DeepShortcutManager;
515 DeepShortcutManager sm = DeepShortcutManager.getInstance(context); in decode()
DLauncherModel.java56 import com.android.launcher3.shortcuts.DeepShortcutManager;
129 DeepShortcutManager.getInstance(mApp.getContext()).hasHostPermission();
DLauncher.java116 import com.android.launcher3.shortcuts.DeepShortcutManager;
2604 DeepShortcutManager.getInstance(this).startShortcut(
3971 && DeepShortcutManager.supportsShortcuts((ItemInfo) currentFocus.getTag())) {
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherIcons.java48 import com.android.launcher3.shortcuts.DeepShortcutManager;
343 Drawable unbadgedDrawable = DeepShortcutManager.getInstance(context) in createShortcutIcon()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java39 import com.android.launcher3.shortcuts.DeepShortcutManager;
107 if (!fromKeyboard && DeepShortcutManager.supportsShortcuts(item)) { in addSupportedActions()