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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.LinearLayout.groovy 121 int bestPos = null;
131 bestPos = pos;
148 data.insert_pos = bestPos;
  /external/webkit/WebCore/page/mac/
FrameMac.mm 267 int bestPos = -1;
275 bestPos = pos;
282 if (bestPos != -1)
283 return mutableStringToMatch.substring(bestPos, bestLength);
  /external/webkit/WebCore/page/
Frame.cpp 542 int bestPos = -1;
550 bestPos = pos;
557 if (bestPos != -1)
558 return mutableStringToMatch.substring(bestPos, bestLength);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 714 milliseconds