Searched refs:InstallShortcutReceiver (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/states/ |
D | SpringLoadedState.java | 24 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/ |
D | AddItemActivity.java | 46 import com.android.launcher3.InstallShortcutReceiver; 253 InstallShortcutReceiver.queueShortcut(mRequest.getShortcutInfo(), this); in onPlaceAutomaticallyClick() 274 … InstallShortcutReceiver.queueWidget(mRequest.getAppWidgetProviderInfo(this), widgetId, this); in acceptWidget()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 926 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()
|
D | LauncherModel.java | 332 InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_LOADER_RUNNING); in startLoader()
|
D | SessionCommitReceiver.java | 120 InstallShortcutReceiver.queueApplication(data, user, context); in queueAppIconAddition()
|
D | InstallShortcutReceiver.java | 69 public class InstallShortcutReceiver extends BroadcastReceiver { class
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | PackageUpdatedTask.java | 28 import com.android.launcher3.InstallShortcutReceiver; 323 InstallShortcutReceiver.removeFromInstallQueue(context, removedPackages, mUser); in execute()
|
D | BgDataModel.java | 27 import com.android.launcher3.InstallShortcutReceiver; 288 && !InstallShortcutReceiver.getPendingShortcuts(context) in removeItem()
|
D | LoaderTask.java | 45 import com.android.launcher3.InstallShortcutReceiver; 754 InstallShortcutReceiver.getPendingShortcuts(context); in loadWorkspace()
|