Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java158 private final int[] mDragCell = new int[2]; field in CellLayout
275 mDragCell[0] = mDragCell[1] = -1; in CellLayout()
1038 if (mDragCell[0] != cellX || mDragCell[1] != cellY || mDragCellSpan[0] != spanX in visualizeDropLocation()
1040 mDragCell[0] = cellX; in visualizeDropLocation()
1041 mDragCell[1] = cellY; in visualizeDropLocation()
1046 applyColorExtractionOnWidget(dragObject, mDragCell, spanX, spanY); in visualizeDropLocation()
1103 mDragCell[0] = mDragCell[1] = -1; in clearDragOutlines()
2559 mDragCell[0] = mDragCell[1] = -1; in onDragExit()