Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1255 int[] curDirection = mTmpPoint; in findNearestArea() local
1256 computeDirectionVector(x - cellX, y - cellY, curDirection); in findNearestArea()
1259 int curDirectionScore = direction[0] * curDirection[0] + in findNearestArea()
1260 direction[1] * curDirection[1]; in findNearestArea()