Searched refs:getDistanceFromCell (Results 1 – 2 of 2) sorted by relevance
1575 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in acceptDrop()1786 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in onDrop()2185 float targetCellDistance = mDragTargetLayout.getDistanceFromCell(2459 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],2551 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],
747 public float getDistanceFromCell(float x, float y, int[] cell) { in getDistanceFromCell() method in CellLayout