Home
last modified time | relevance | path

Searched refs:getDistanceFromCell (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1575 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],
DCellLayout.java747 public float getDistanceFromCell(float x, float y, int[] cell) { in getDistanceFromCell() method in CellLayout