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.java1593 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],
DCellLayout.java834 public float getDistanceFromCell(float x, float y, int[] cell) { in getDistanceFromCell() method in CellLayout