Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java24 import com.android.launcher3.InstallShortcutReceiver;
88 InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_DRAG_AND_DROP); in onStateEnabled()
102 InstallShortcutReceiver.disableAndFlushInstallQueue( in onStateDisabled()
103 InstallShortcutReceiver.FLAG_DRAG_AND_DROP, launcher); in onStateDisabled()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java46 import com.android.launcher3.InstallShortcutReceiver;
253 InstallShortcutReceiver.queueShortcut(mRequest.getShortcutInfo(), this); in onPlaceAutomaticallyClick()
274InstallShortcutReceiver.queueWidget(mRequest.getAppWidgetProviderInfo(this), widgetId, this); in acceptWidget()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java926 InstallShortcutReceiver.disableAndFlushInstallQueue( in handleDeferredResume()
927 InstallShortcutReceiver.FLAG_ACTIVITY_PAUSED, this); in handleDeferredResume()
1002 InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_ACTIVITY_PAUSED); in onPause()
1191 ? InstallShortcutReceiver.fromShortcutIntent(this, data) : null; in completeAddShortcut()
2351 InstallShortcutReceiver.disableAndFlushInstallQueue( in finishBindingItems()
2352 InstallShortcutReceiver.FLAG_LOADER_RUNNING, this); in finishBindingItems()
2374 .setDuration(InstallShortcutReceiver.NEW_SHORTCUT_BOUNCE_DURATION); in createNewAppBounceAnimation()
2375 bounceAnim.setStartDelay(i * InstallShortcutReceiver.NEW_SHORTCUT_STAGGER_DELAY); in createNewAppBounceAnimation()
DLauncherModel.java332 InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_LOADER_RUNNING); in startLoader()
DSessionCommitReceiver.java120 InstallShortcutReceiver.queueApplication(data, user, context); in queueAppIconAddition()
DInstallShortcutReceiver.java69 public class InstallShortcutReceiver extends BroadcastReceiver { class
/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java28 import com.android.launcher3.InstallShortcutReceiver;
323 InstallShortcutReceiver.removeFromInstallQueue(context, removedPackages, mUser); in execute()
DBgDataModel.java27 import com.android.launcher3.InstallShortcutReceiver;
288 && !InstallShortcutReceiver.getPendingShortcuts(context) in removeItem()
DLoaderTask.java45 import com.android.launcher3.InstallShortcutReceiver;
754 InstallShortcutReceiver.getPendingShortcuts(context); in loadWorkspace()