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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.LinearLayout.groovy 169 int bestIndex = Integer.MIN_VALUE;
179 bestIndex = i;
185 if (bestIndex != Integer.MIN_VALUE) {
191 data.currY = bestIndex;
193 data.currX = bestIndex;
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 302 int bestIndex = 0;
325 bestIndex = i;
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp     [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 857 milliseconds