Home | History | Annotate | Download | only in launcher3

Lines Matching refs:curDirection

1296                 int[] curDirection = mTmpPoint;
1297 computeDirectionVector(x - cellX, y - cellY, curDirection);
1300 int curDirectionScore = direction[0] * curDirection[0] +
1301 direction[1] * curDirection[1];