HomeSort by relevance Sort by last modified time
    Searched defs:listIndex (Results 1 - 15 of 15) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java 49 int adnIndex, listIndex = 0;
55 listIndex = adnIndex - 1; // listIndex is zero based.
56 originalAdn = adnRecordList.get(listIndex);
77 AdnRecord tmpAdn = adnRecordList.get(listIndex);
86 tmpAdn = adnRecordList.get(listIndex);
96 tmpAdn = adnRecordList.get(listIndex);
105 tmpAdn = adnRecordList.get(listIndex);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillPopup.java 55 * @param listIndex The index of the selected Autofill suggestion.
57 public void suggestionSelected(int listIndex);
125 int listIndex = mSuggestions.indexOf(adapter.getItem(position));
126 assert listIndex > -1;
127 mAutofillCallback.suggestionSelected(listIndex);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 74 int listIndex;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 79 int listIndex;
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 209 int listIndex = Util.indexOf(mSubList, list);
210 if (listIndex == -1) {
221 if (which == listIndex) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 401 void RenderMenuList::valueChanged(unsigned listIndex, bool fireOnChange)
410 select->optionSelectedByUser(select->listToOptionIndex(listIndex), fireOnChange);
413 void RenderMenuList::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow)
415 selectElement()->listBoxSelectItem(listIndex, allowMultiplySelections, shift, fireOnChangeNow);
423 void RenderMenuList::didSetSelectedIndex(int listIndex)
425 didUpdateActiveOption(selectElement()->listToOptionIndex(listIndex));
438 int listIndex = select->optionToListIndex(optionIndex);
439 if (listIndex < 0 || listIndex >= static_cast<int>(select->listItems().size()))
445 String RenderMenuList::itemText(unsigned listIndex) cons
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 92 int listIndex;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 95 int listIndex;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 147 int listIndex = optionToListIndex(0);
148 ASSERT(listIndex >= 0);
149 if (listIndex < 0)
151 return !listIndex && toHTMLOptionElement(listItems()[listIndex])->value().isEmpty();
179 void HTMLSelectElement::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow)
182 optionSelectedByUser(listToOptionIndex(listIndex), fireOnChangeNow, false);
184 updateSelectedState(listIndex, allowMultiplySelections, shift);
233 int listIndex = optionToListIndex(optionIndex);
234 if (listIndex < 0
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp 402 size_t listIndex = 0;
404 while (listIndex < listCount && fTops[listIndex] == 0) {
405 ++listIndex;
407 if (listIndex >= listCount) {
410 int closeEdgeIndex = -listIndex - 1;
422 SkPoint* ptArray = fEdges[listIndex].fPts;
423 uint8_t verb = fEdges[listIndex].fVerb;
448 listIndex + 1, curve[0]->fX, curve[0]->fY);
449 firstIndex = listIndex;
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp 402 size_t listIndex = 0;
404 while (listIndex < listCount && fTops[listIndex] == 0) {
405 ++listIndex;
407 if (listIndex >= listCount) {
410 int closeEdgeIndex = -listIndex - 1;
422 SkPoint* ptArray = fEdges[listIndex].fPts;
423 uint8_t verb = fEdges[listIndex].fVerb;
448 listIndex + 1, curve[0]->fX, curve[0]->fY);
449 firstIndex = listIndex;
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2456 milliseconds