Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java459 return findClosestDeviceProfiles(width, height, points).get(0).profile; in findClosestDeviceProfile()
463 private ArrayList<DeviceProfileQuery> findClosestDeviceProfiles(float width, float height, in findClosestDeviceProfiles() method in DeviceProfile
486 ArrayList<DeviceProfileQuery> pointsByNearness = findClosestDeviceProfiles(width, height, in invDistWeightedInterpolate()