Home | History | Annotate | Download | only in launcher2

Lines Matching defs:InstallShortcutReceiver

794         InstallShortcutReceiver.flushInstallQueue(this);
3493 newApps = mSharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps);
3707 bounceAnim.setDuration(InstallShortcutReceiver.NEW_SHORTCUT_BOUNCE_DURATION);
3708 bounceAnim.setStartDelay(i * InstallShortcutReceiver.NEW_SHORTCUT_STAGGER_DELAY);
3730 .putInt(InstallShortcutReceiver.NEW_APPS_PAGE_KEY, -1)
3731 .putStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, null)