commit | bbaa75c8c432c46c00ee2eb836e438b3774d6709 | [log] [tgz] |
---|---|---|
author | Patrick Dubroy <dubroy@google.com> | Tue Mar 08 18:47:40 2011 -0800 |
committer | Patrick Dubroy <dubroy@google.com> | Tue Mar 08 18:47:55 2011 -0800 |
tree | dd39b642f4229b2e37a843173f54b6bbc9226153 | |
parent | 1c3f8ecccc80628263cf0b3769c7c53184db9aab [diff] [blame] |
Fix 3514114: Dropping on mini-screens doesn't place items correctly Change-Id: I7176562f1a62ca9973a256e53151aac1ff708144
diff --git a/src/com/android/launcher2/ItemInfo.java b/src/com/android/launcher2/ItemInfo.java index dc45750..b361214 100644 --- a/src/com/android/launcher2/ItemInfo.java +++ b/src/com/android/launcher2/ItemInfo.java
@@ -81,6 +81,11 @@ */ boolean isGesture = false; + /** + * The position of the item in a drag-and-drop operation. + */ + int[] dropPos = null; + ItemInfo() { }