Home
last modified time | relevance | path

Searched refs:mTargetCell (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java157 @Thunk int[] mTargetCell = new int[2]; field in Workspace
1572 mTargetCell = findNearestArea((int) mDragViewVisualCenter[0], in acceptDrop()
1574 mTargetCell); in acceptDrop()
1576 mDragViewVisualCenter[1], mTargetCell); in acceptDrop()
1578 dropTargetLayout, mTargetCell, distance, true)) { in acceptDrop()
1583 dropTargetLayout, mTargetCell, distance)) { in acceptDrop()
1588 mTargetCell = dropTargetLayout.performReorder((int) mDragViewVisualCenter[0], in acceptDrop()
1590 null, mTargetCell, resultSpan, CellLayout.MODE_ACCEPT_DROP); in acceptDrop()
1591 boolean foundCell = mTargetCell[0] >= 0 && mTargetCell[1] >= 0; in acceptDrop()
1777 int screenId = (mTargetCell[0] < 0) ? in onDrop()
[all …]