Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DSessionCommitReceiver.java31 import com.android.launcher3.model.ItemInstallQueue;
92 ItemInstallQueue.INSTANCE.get(context) in processIntent()
DLauncherModel.java55 import com.android.launcher3.model.ItemInstallQueue;
359 ItemInstallQueue.INSTANCE.get(mApp.getContext()) in startLoader()
360 .pauseModelPush(ItemInstallQueue.FLAG_LOADER_RUNNING); in startLoader()
DLauncher.java93 import static com.android.launcher3.model.ItemInstallQueue.FLAG_ACTIVITY_PAUSED;
94 import static com.android.launcher3.model.ItemInstallQueue.FLAG_DRAG_AND_DROP;
205 import com.android.launcher3.model.ItemInstallQueue;
1114 ItemInstallQueue.INSTANCE.get(this)
1216 ItemInstallQueue.INSTANCE.get(this).pauseModelPush(FLAG_DRAG_AND_DROP);
1266 ItemInstallQueue.INSTANCE.get(this)
1310 ItemInstallQueue.INSTANCE.get(this).pauseModelPush(FLAG_ACTIVITY_PAUSED);
2545 .setDuration(ItemInstallQueue.NEW_SHORTCUT_BOUNCE_DURATION);
2546 bounceAnim.setStartDelay(i * ItemInstallQueue.NEW_SHORTCUT_STAGGER_DELAY);
/packages/apps/Launcher3/src/com/android/launcher3/model/
DItemInstallQueue.java68 public class ItemInstallQueue implements SafeCloseable { class
84 public static MainThreadInitializedObject<ItemInstallQueue> INSTANCE =
85 new MainThreadInitializedObject<>(ItemInstallQueue::new);
98 private ItemInstallQueue(Context context) { in ItemInstallQueue() method in ItemInstallQueue
DBaseLauncherBinder.java22 import static com.android.launcher3.model.ItemInstallQueue.FLAG_LOADER_RUNNING;
396 ItemInstallQueue.INSTANCE.get(mApp.getContext()) in setupPendingBind()
533 ItemInstallQueue.INSTANCE.get(mApp.getContext()) in bindOtherWorkspacePages()
DPackageUpdatedTask.java419 ItemInstallQueue.INSTANCE.get(context) in execute()
DBgDataModel.java340 ItemInstallQueue.INSTANCE.get(context).getPendingShortcuts(user)) in updateShortcutPinnedState()
/packages/apps/Launcher3/src/com/android/launcher3/pm/
DInstallSessionHelper.java36 import com.android.launcher3.model.ItemInstallQueue;
228 ItemInstallQueue.INSTANCE.get(mAppContext) in tryQueuePromiseAppIcon()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java64 import com.android.launcher3.model.ItemInstallQueue;
343 ItemInstallQueue.INSTANCE.get(this).queueItem(shortcutInfo); in onPlaceAutomaticallyClick()
371 ItemInstallQueue.INSTANCE.get(this) in acceptWidget()