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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 253 float bestDistance = Float.MAX_VALUE;
264 if (distance < bestDistance) {
265 bestDistance = distance;
273 totalDistance += bestDistance;
  /external/icu4c/i18n/
dtitvinf.cpp 474 int32_t bestDistance = MAX_POSITIVE_INT;
525 if ( distance < bestDistance ) {
527 bestDistance = distance;
dtptngen.cpp     [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 854 int bestDistance = -1;
871 if (dist > bestDistance) {
872 bestDistance = dist;
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 366 double bestDistance = Double.MAX_VALUE;
374 if (bestDistance > distance) {
375 bestDistance = distance;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 278 milliseconds