Home
last modified time | relevance | path

Searched refs:InstallShortcutReceiver (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DUninstallShortcutReceiver.java141 newApps = sharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps); in removeShortcut()
153 editor.putStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, in removeShortcut()
157 editor.putInt(InstallShortcutReceiver.NEW_APPS_PAGE_KEY, -1); in removeShortcut()
DLauncher.java794 InstallShortcutReceiver.flushInstallQueue(this); in onResume()
3493 newApps = mSharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps); in bindItems()
3707 bounceAnim.setDuration(InstallShortcutReceiver.NEW_SHORTCUT_BOUNCE_DURATION); in runNewAppsAnimation()
3708 bounceAnim.setStartDelay(i * InstallShortcutReceiver.NEW_SHORTCUT_STAGGER_DELAY); in runNewAppsAnimation()
3730 .putInt(InstallShortcutReceiver.NEW_APPS_PAGE_KEY, -1) in runNewAppsAnimation()
3731 .putStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, null) in runNewAppsAnimation()
DInstallShortcutReceiver.java40 public class InstallShortcutReceiver extends BroadcastReceiver { class
DWorkspace.java388 InstallShortcutReceiver.enableInstallQueue(); in onDragStart()
398 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext()); in onDragEnd()
3797 Set<String> newApps = sp.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY,
/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java49 public class InstallShortcutReceiver extends BroadcastReceiver { class
DLauncher.java1066 InstallShortcutReceiver.disableAndFlushInstallQueue(this); in onResume()
1077 InstallShortcutReceiver.enableInstallQueue(); in onPause()
1501 ShortcutInfo info = InstallShortcutReceiver.fromShortcutIntent(this, data); in completeAddShortcut()
4194 InstallShortcutReceiver.disableAndFlushInstallQueue(this); in finishBindingItems()
4231 bounceAnim.setDuration(InstallShortcutReceiver.NEW_SHORTCUT_BOUNCE_DURATION); in createNewAppBounceAnimation()
4232 bounceAnim.setStartDelay(i * InstallShortcutReceiver.NEW_SHORTCUT_STAGGER_DELAY); in createNewAppBounceAnimation()
DLauncherModel.java1350 InstallShortcutReceiver.enableInstallQueue(); in startLoader()
3290 InstallShortcutReceiver.removeFromInstallQueue(context, removedPackages, mUser);
DWorkspace.java398 InstallShortcutReceiver.enableInstallQueue(); in onDragStart()
429 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext()); in onDragEnd()