Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1256 computeDirectionVector(x - cellX, y - cellY, curDirection); in findNearestArea()
1787 private void computeDirectionVector(float deltaX, float deltaY, int[] result) { in computeDirectionVector() method in CellLayout
2195 computeDirectionVector(deltaX, deltaY, resultDirection); in getDirectionVectorForDrop()