Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java275 ArrayList<InvariantDeviceProfile> pointsByNearness = points; in findClosestDeviceProfiles() local
276 Collections.sort(pointsByNearness, new Comparator<InvariantDeviceProfile>() { in findClosestDeviceProfiles()
283 return pointsByNearness; in findClosestDeviceProfiles()