Searched refs:mDragCell (Results 1 – 2 of 2) sorted by relevance
136 private final int[] mDragCell = new int[2]; field in CellLayout229 mDragCell[0] = mDragCell[1] = -1; in CellLayout()1089 final int oldDragCellX = mDragCell[0]; in visualizeDropLocation()1090 final int oldDragCellY = mDragCell[1]; in visualizeDropLocation()1097 mDragCell[0] = cellX; in visualizeDropLocation()1098 mDragCell[1] = cellY; in visualizeDropLocation()1154 mDragCell[0] = mDragCell[1] = -1; in clearDragOutlines()2846 mDragCell[0] = mDragCell[1] = -1; in onDragExit()
134 private final int[] mDragCell = new int[2]; field in CellLayout227 mDragCell[0] = mDragCell[1] = -1; in CellLayout()1211 final int oldDragCellX = mDragCell[0]; in visualizeDropLocation()1212 final int oldDragCellY = mDragCell[1]; in visualizeDropLocation()1225 mDragCell[0] = cellX; in visualizeDropLocation()1226 mDragCell[1] = cellY; in visualizeDropLocation()1280 mDragCell[0] = mDragCell[1] = -1; in clearDragOutlines()2933 mDragCell[0] = mDragCell[1] = -1; in onDragExit()