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.java173 @Thunk int[] mTargetCell = new int[2]; field in Workspace
1590 mTargetCell = findNearestArea((int) mDragViewVisualCenter[0], in acceptDrop()
1592 mTargetCell); in acceptDrop()
1594 mDragViewVisualCenter[1], mTargetCell); in acceptDrop()
1596 dropTargetLayout, mTargetCell, distance, true)) { in acceptDrop()
1601 dropTargetLayout, mTargetCell, distance)) { in acceptDrop()
1606 mTargetCell = dropTargetLayout.performReorder((int) mDragViewVisualCenter[0], in acceptDrop()
1608 null, mTargetCell, resultSpan, CellLayout.MODE_ACCEPT_DROP); in acceptDrop()
1609 boolean foundCell = mTargetCell[0] >= 0 && mTargetCell[1] >= 0; in acceptDrop()
1802 int screenId = (mTargetCell[0] < 0) ? in onDrop()
[all …]