Searched refs:dropPos (Results 1 – 13 of 13) sorted by relevance
120 public int[] dropPos = null; field in ItemInfo197 + " spanY=" + spanY + " dropPos=" + Arrays.toString(dropPos) in toString()
143 + " spanY=" + spanY + " dropPos=" + Arrays.toString(dropPos) + ")"; in toString()
133 + " spanX=" + spanX + " spanY=" + spanY + " dropPos=" + Arrays.toString(dropPos) in toString()
252 + " dropPos=" + Arrays.toString(dropPos) + " user=" + user + ")"; in toString()
649 ((modelShortcut.dropPos == null && shortcut.dropPos == null) || in checkItemInfoLocked()650 (modelShortcut.dropPos != null && in checkItemInfoLocked()651 shortcut.dropPos != null && in checkItemInfoLocked()652 modelShortcut.dropPos[0] == shortcut.dropPos[0] && in checkItemInfoLocked()653 modelShortcut.dropPos[1] == shortcut.dropPos[1]))) { in checkItemInfoLocked()
1498 int[] touchXY = mPendingAddInfo.dropPos; in completeAddShortcut()2200 mPendingAddInfo.dropPos = null; in resetAddInfo()2275 mPendingAddInfo.dropPos = null; in processShortcutFromDrop()2299 mPendingAddInfo.dropPos = null; in addAppWidgetFromDrop()
3512 onDropExternal(dragInfo.dropPos, (ItemInfo) dragInfo, (CellLayout) layout, false);
116 int[] dropPos = null; field in ItemInfo221 + " spanY=" + spanY + " dropPos=" + dropPos + " user=" + user in toString()
298 ((modelShortcut.dropPos == null && shortcut.dropPos == null) || in checkItemInfoLocked()299 (modelShortcut.dropPos != null && in checkItemInfoLocked()300 shortcut.dropPos != null && in checkItemInfoLocked()301 modelShortcut.dropPos[0] == shortcut.dropPos[0] && in checkItemInfoLocked()302 modelShortcut.dropPos[1] == shortcut.dropPos[1]))) { in checkItemInfoLocked()
155 + " dropPos=" + dropPos + ")"; in toString()
1135 int[] touchXY = mPendingAddInfo.dropPos; in completeAddShortcut()1234 int[] touchXY = mPendingAddInfo.dropPos; in completeAddAppWidget()1807 mPendingAddInfo.dropPos = null; in resetAddInfo()1840 mPendingAddInfo.dropPos = loc; in processShortcutFromDrop()1865 mPendingAddInfo.dropPos = loc; in addAppWidgetFromDrop()
2991 onDropExternal(dragInfo.dropPos, (ItemInfo) dragInfo, (CellLayout) layout, false);
62 + " spanX=" + spanX + " spanY=" + spanY + " dropPos=" + Arrays.toString(dropPos) in toString()