Searched refs:getDistanceFromCell (Results 1 – 2 of 2) sorted by relevance
1587 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in acceptDrop()1801 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in onDrop()2200 float targetCellDistance = mDragTargetLayout.getDistanceFromCell(2477 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],2569 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],
747 public float getDistanceFromCell(float x, float y, int[] cell) { in getDistanceFromCell() method in CellLayout