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.java1792 computeDirectionVector(x - cellX, y - cellY, curDirection); in findNearestArea()
2216 private void computeDirectionVector(float deltaX, float deltaY, int[] result) { in computeDirectionVector() method in CellLayout
2274 computeDirectionVector(deltaX, deltaY, resultDirection); in getDirectionVectorForDrop()