HomeSort by relevance Sort by last modified time
    Searched refs:closestProfiles (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/tests/src/com/android/launcher3/
InvariantDeviceProfileTest.java 55 ArrayList<InvariantDeviceProfile> closestProfiles =
58 assertTrue(closestProfiles.get(0).equals(idf));
77 ArrayList<InvariantDeviceProfile> closestProfiles =
82 pts.get(i).x, pts.get(i).y, closestProfiles);
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 134 ArrayList<InvariantDeviceProfile> closestProfiles =
137 invDistWeightedInterpolate(minWidthDps, minHeightDps, closestProfiles);
139 InvariantDeviceProfile closestProfile = closestProfiles.get(0);

Completed in 80 milliseconds