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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 249 float bestDistance = Float.MAX_VALUE;
260 if (distance < bestDistance) {
261 bestDistance = distance;
269 totalDistance += bestDistance;
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.cpp 262 int bestDistance = bestData.mDistance;
271 ASSERT(bestDistance >= 0);
274 bestDistance += bestDistance; // multiply by 2
275 bestDistance *= bestDistance;
287 bestDistance += side;
290 bestDistance = SkFixedMul(bestDistance, testMultiplier);
292 if (bestDistance < testDistance)
    [all...]
  /external/icu4c/i18n/
dtitvinf.cpp 461 int32_t bestDistance = MAX_POSITIVE_INT;
512 if ( distance < bestDistance ) {
514 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/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]

Completed in 1021 milliseconds