Searched refs:InstallShortcutReceiver (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | UninstallShortcutReceiver.java | 141 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()
|
D | Launcher.java | 794 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()
|
D | InstallShortcutReceiver.java | 40 public class InstallShortcutReceiver extends BroadcastReceiver { class
|
D | Workspace.java | 388 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/ |
D | InstallShortcutReceiver.java | 49 public class InstallShortcutReceiver extends BroadcastReceiver { class
|
D | Launcher.java | 1066 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()
|
D | LauncherModel.java | 1350 InstallShortcutReceiver.enableInstallQueue(); in startLoader() 3290 InstallShortcutReceiver.removeFromInstallQueue(context, removedPackages, mUser);
|
D | Workspace.java | 398 InstallShortcutReceiver.enableInstallQueue(); in onDragStart() 429 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext()); in onDragEnd()
|