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.java1169 final int[] bestXY = result != null ? result : new int[2]; in findNearestArea() local
1179 return bestXY; in findNearestArea()
1256 bestXY[0] = x; in findNearestArea()
1257 bestXY[1] = y; in findNearestArea()
1269 bestXY[0] = -1; in findNearestArea()
1270 bestXY[1] = -1; in findNearestArea()
1273 return bestXY; in findNearestArea()
1298 final int[] bestXY = result != null ? result : new int[2]; in findNearestArea() local
1329 bestXY[0] = x; in findNearestArea()
1330 bestXY[1] = y; in findNearestArea()
[all …]