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/states/
DSpringLoadedState.java88 InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_DRAG_AND_DROP); in onStateEnabled()
103 InstallShortcutReceiver.FLAG_DRAG_AND_DROP, launcher); in onStateDisabled()
/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java73 public static final int FLAG_DRAG_AND_DROP = 4; field in InstallShortcutReceiver