Searched refs:mTargetCell (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 162 @Thunk int[] mTargetCell = new int[2]; field in Workspace 1555 mTargetCell = findNearestArea((int) mDragViewVisualCenter[0], in acceptDrop() 1557 mTargetCell); in acceptDrop() 1559 mDragViewVisualCenter[1], mTargetCell); in acceptDrop() 1561 dropTargetLayout, mTargetCell, distance, true)) { in acceptDrop() 1566 dropTargetLayout, mTargetCell, distance)) { in acceptDrop() 1571 mTargetCell = dropTargetLayout.performReorder((int) mDragViewVisualCenter[0], in acceptDrop() 1573 null, mTargetCell, resultSpan, CellLayout.MODE_ACCEPT_DROP); in acceptDrop() 1574 boolean foundCell = mTargetCell[0] >= 0 && mTargetCell[1] >= 0; in acceptDrop() 1766 int screenId = (mTargetCell[0] < 0) ? in onDrop() [all …]
|