Searched refs:mTargetCell (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 199 int[] mTargetCell = new int[2]; field in Workspace 1815 mTargetCell = findNearestArea((int) mDragViewVisualCenter[0], in acceptDrop() 1817 mTargetCell); in acceptDrop() 1819 mDragViewVisualCenter[0], mDragViewVisualCenter[1], mTargetCell); in acceptDrop() 1821 dropTargetLayout, mTargetCell, distance, true)) { in acceptDrop() 1826 dropTargetLayout, mTargetCell, distance)) { in acceptDrop() 1831 mTargetCell = dropTargetLayout.performReorder((int) mDragViewVisualCenter[0], in acceptDrop() 1833 null, mTargetCell, resultSpan, CellLayout.MODE_ACCEPT_DROP); in acceptDrop() 1834 boolean foundCell = mTargetCell[0] >= 0 && mTargetCell[1] >= 0; in acceptDrop() 2023 int screenId = (mTargetCell[0] < 0) ? in onDrop() [all …]
|