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;
2829 public final int newIndex; field in class:PhoneNumberUtils.CountryCallingCodeAndNewIndex
2830 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { argument
2832 this.newIndex = newIndex;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1428 public void setSystemAudioVolume(final int oldIndex, final int newIndex, argument
1439 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3972 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, local
3974 if (newIndex == BAD_INDEX) {
3978 ALOGI("Resolving reference 0x%x: newIndex=%d, type=0x%x, data=0x%x\n",
3979 value->data, (int)newIndex, (int)value->dataType, value->data);
3981 //printf("Getting reference 0x%08x: newIndex=%d\n", value->data, newIndex);
3983 if (newIndex < 0) {
3989 blockIndex = newIndex;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java376 public void updateSpeedBumpIndex(int newIndex) { argument
380 boolean validIndex = newIndex > 0;
381 if (newIndex > getChildCount() - 1) {
383 newIndex = -1;
385 if (validIndex && currentIndex != newIndex) {
386 changeViewPosition(mSpeedBumpView, newIndex);
389 mAmbientState.setSpeedBumpIndex(newIndex);
1861 * @param newIndex the new index
1863 public void changeViewPosition(View child, int newIndex) { argument
1865 if (child != null && child.getParent() == this && currentIndex != newIndex) {
[all...]
/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 163 milliseconds