Searched refs:getDistanceFromCell (Results 1 – 2 of 2) sorted by relevance
1558 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in acceptDrop()1775 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in onDrop()2173 float targetCellDistance = mDragTargetLayout.getDistanceFromCell(2420 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],2515 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],
752 public float getDistanceFromCell(float x, float y, int[] cell) { in getDistanceFromCell() method in CellLayout