Searched defs:newIndex (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTvClient.java189 * @param newIndex volume index to be set
192 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) { argument
194 mService.setSystemAudioVolume(oldIndex, newIndex, maxIndex);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java586 forwardIndexA = cccA.newIndex;
587 forwardIndexB = cccB.newIndex;
594 forwardIndexA = cccA.newIndex;
603 forwardIndexB = cccB.newIndex;
2827 public final int newIndex; field in class:PhoneNumberUtils.CountryCallingCodeAndNewIndex
2828 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { argument
2830 this.newIndex = newIndex;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1460 public void setSystemAudioVolume(final int oldIndex, final int newIndex, argument
1471 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4092 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, local
4094 if (newIndex == BAD_INDEX) {
4098 ALOGI("Resolving reference 0x%x: newIndex=%d, type=0x%x, data=0x%x\n",
4099 value->data, (int)newIndex, (int)value->dataType, value->data);
4101 //printf("Getting reference 0x%08x: newIndex=%d\n", value->data, newIndex);
4103 if (newIndex < 0) {
4109 blockIndex = newIndex;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java533 public void updateSpeedBumpIndex(int newIndex) { argument
534 mAmbientState.setSpeedBumpIndex(newIndex);
2541 * @param newIndex the new index
2543 public void changeViewPosition(View child, int newIndex) { argument
2545 if (child != null && child.getParent() == this && currentIndex != newIndex) {
2549 addView(child, newIndex);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 816 milliseconds