Home
last modified time | relevance | path

Searched refs:FLAG_DRAG_AND_DROP (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java26 import static com.android.launcher3.InstallShortcutReceiver.FLAG_DRAG_AND_DROP;
1008 InstallShortcutReceiver.enableInstallQueue(FLAG_DRAG_AND_DROP); in onStateSetStart()
1033 InstallShortcutReceiver.disableAndFlushInstallQueue(FLAG_DRAG_AND_DROP, this); in onStateSetEnd()
DInstallShortcutReceiver.java76 public static final int FLAG_DRAG_AND_DROP = 4; field in InstallShortcutReceiver