Searched refs:mDragCell (Results 1 – 2 of 2) sorted by relevance
133 private final int[] mDragCell = new int[2]; field in CellLayout220 mDragCell[0] = mDragCell[1] = -1; in CellLayout()1023 final int oldDragCellX = mDragCell[0]; in visualizeDropLocation()1024 final int oldDragCellY = mDragCell[1]; in visualizeDropLocation()1031 mDragCell[0] = cellX; in visualizeDropLocation()1032 mDragCell[1] = cellY; in visualizeDropLocation()1088 mDragCell[0] = mDragCell[1] = -1; in clearDragOutlines()2639 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()