Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1106 final int[] bestXY = result != null ? result : new int[2]; in findNearestArea() local
1116 return bestXY; in findNearestArea()
1193 bestXY[0] = x; in findNearestArea()
1194 bestXY[1] = y; in findNearestArea()
1206 bestXY[0] = -1; in findNearestArea()
1207 bestXY[1] = -1; in findNearestArea()
1210 return bestXY; in findNearestArea()
1235 final int[] bestXY = result != null ? result : new int[2]; in findNearestArea() local
1266 bestXY[0] = x; in findNearestArea()
1267 bestXY[1] = y; in findNearestArea()
[all …]