Searched defs:resultDirection (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java2467 int spanY, View dragView, int[] resultDirection) {
2497 resultDirection[0] = 1;
2498 resultDirection[1] = 0;
2500 computeDirectionVector(deltaX, deltaY, resultDirection);
2466 getDirectionVectorForDrop(int dragViewCenterX, int dragViewCenterY, int spanX, int spanY, View dragView, int[] resultDirection) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java2442 int spanY, View dragView, int[] resultDirection) {
2472 resultDirection[0] = 1;
2473 resultDirection[1] = 0;
2475 computeDirectionVector(deltaX, deltaY, resultDirection);
2441 getDirectionVectorForDrop(int dragViewCenterX, int dragViewCenterY, int spanX, int spanY, View dragView, int[] resultDirection) argument

Completed in 40 milliseconds