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.java155 @Thunk int[] mTargetCell = new int[2]; field in Workspace
1584 mTargetCell = findNearestArea((int) mDragViewVisualCenter[0], in acceptDrop()
1586 mTargetCell); in acceptDrop()
1588 mDragViewVisualCenter[1], mTargetCell); in acceptDrop()
1590 dropTargetLayout, mTargetCell, distance, true)) { in acceptDrop()
1595 dropTargetLayout, mTargetCell, distance)) { in acceptDrop()
1600 mTargetCell = dropTargetLayout.performReorder((int) mDragViewVisualCenter[0], in acceptDrop()
1602 null, mTargetCell, resultSpan, CellLayout.MODE_ACCEPT_DROP); in acceptDrop()
1603 boolean foundCell = mTargetCell[0] >= 0 && mTargetCell[1] >= 0; in acceptDrop()
1792 int screenId = (mTargetCell[0] < 0) ? in onDrop()
[all …]