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.java1558 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in acceptDrop()
1775 float distance = dropTargetLayout.getDistanceFromCell(mDragViewVisualCenter[0], in onDrop()
2173 float targetCellDistance = mDragTargetLayout.getDistanceFromCell(
2420 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],
2515 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],
DCellLayout.java752 public float getDistanceFromCell(float x, float y, int[] cell) { in getDistanceFromCell() method in CellLayout