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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 250 int bestIndex = 0;
262 bestIndex = j;
265 grouping[i] = bestIndex;
266 groupCount[bestIndex]++;
267 groupSum[bestIndex].latRad += p.latRad;
268 groupSum[bestIndex].lngRad += p.lngRad;
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 302 int bestIndex = 0;
325 bestIndex = i;
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 302 int bestIndex = 0;
325 bestIndex = i;
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 477 int bestIndex = Integer.MIN_VALUE;
488 bestIndex = i;
495 if (bestIndex != Integer.MIN_VALUE) {
501 data.setCurrY(bestIndex);
505 data.setCurrX(bestIndex);
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 270 int bestIndex = -1;
288 bestIndex = (int)index;
295 if (bestIndex != -1) {
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 855 int bestIndex = -1;
873 bestIndex = index;
876 return mCache.remove(bestIndex);
    [all...]

Completed in 373 milliseconds