Searched refs:computeDirectionVector (Results 1 – 2 of 2) sorted by relevance
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | CellLayout.java | 1375 computeDirectionVector(x - cellX, y - cellY, curDirection); in findNearestArea() 1968 private void computeDirectionVector(float deltaX, float deltaY, int[] result) { in computeDirectionVector() method in CellLayout 2358 computeDirectionVector(deltaX, deltaY, resultDirection); in getDirectionVectorForDrop()
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | CellLayout.java | 1543 computeDirectionVector(x - cellX, y - cellY, curDirection); in findNearestArea() 2134 private void computeDirectionVector(float deltaX, float deltaY, int[] result) { in computeDirectionVector() method in CellLayout 2500 computeDirectionVector(deltaX, deltaY, resultDirection); in getDirectionVectorForDrop()
|