Searched refs:newIndex (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebBackForwardListClassic.java149 * @param newIndex The new history index.
151 /*package*/ synchronized void setCurrentIndex(int newIndex) { argument
152 mCurrentIndex = newIndex;
154 mCallbackProxy.onIndexChanged(getItemAtIndex(newIndex), newIndex);
H A DWebViewClassic.java2714 int newIndex = l.getCurrentIndex() + steps;
2715 return newIndex >= 0 && newIndex < l.getSize();
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java584 forwardIndexA = cccA.newIndex;
585 forwardIndexB = cccB.newIndex;
592 forwardIndexA = cccA.newIndex;
601 forwardIndexB = cccB.newIndex;
2393 public final int newIndex; field in class:PhoneNumberUtils.CountryCallingCodeAndNewIndex
2394 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { argument
2396 this.newIndex = newIndex;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3174 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, local
3176 if (newIndex == BAD_INDEX) {
3179 TABLE_THEME(ALOGI("Resolving reference %p: newIndex=%d, type=0x%x, data=%p\n",
3180 (void*)lastRef, (int)newIndex, (int)value->dataType, (void*)value->data));
3181 //printf("Getting reference 0x%08x: newIndex=%d\n", value->data, newIndex);
3183 if (newIndex < 0) {
3189 blockIndex = newIndex;

Completed in 405 milliseconds