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.java1089 final int[] bestXY = result != null ? result : new int[2]; in findNearestArea() local
1099 return bestXY; in findNearestArea()
1176 bestXY[0] = x; in findNearestArea()
1177 bestXY[1] = y; in findNearestArea()
1189 bestXY[0] = -1; in findNearestArea()
1190 bestXY[1] = -1; in findNearestArea()
1193 return bestXY; in findNearestArea()
1218 final int[] bestXY = result != null ? result : new int[2]; in findNearestArea() local
1249 bestXY[0] = x; in findNearestArea()
1250 bestXY[1] = y; in findNearestArea()
[all …]