Searched refs:getDistanceFromCell (Results 1 – 2 of 2) sorted by relevance
1593 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in acceptDrop()1811 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in onDrop()2233 float targetCellDistance = mDragTargetLayout.getDistanceFromCell(2488 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],2582 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],
834 public float getDistanceFromCell(float x, float y, int[] cell) { in getDistanceFromCell() method in CellLayout