Searched defs:newIndex (Results 1 - 8 of 8) sorted by path

/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/libs/androidfw/
H A DResourceTypes.cpp4417 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, local
4419 if (newIndex == BAD_INDEX) {
4423 ALOGI("Resolving reference 0x%x: newIndex=%d, type=0x%x, data=0x%x\n",
4424 value->data, (int)newIndex, (int)value->dataType, value->data);
4426 //printf("Getting reference 0x%08x: newIndex=%d\n", value->data, newIndex);
4428 if (newIndex < 0) {
4434 blockIndex = newIndex;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListContainer.java43 * @param newIndex the new index
45 void changeViewPosition(View child, int newIndex); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java693 public void updateSpeedBumpIndex(int newIndex, boolean noAmbient) { argument
694 mAmbientState.setSpeedBumpIndex(newIndex);
3128 public void changeViewPosition(View child, int newIndex) { argument
3145 if (child != null && child.getParent() == this && currentIndex != newIndex) {
3149 addView(child, newIndex);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java197 public void changeViewPosition(View child, int newIndex) { argument
199 mRows.add(newIndex, child);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1469 public void setSystemAudioVolume(final int oldIndex, final int newIndex, argument
1480 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java618 forwardIndexA = cccA.newIndex;
619 forwardIndexB = cccB.newIndex;
626 forwardIndexA = cccA.newIndex;
635 forwardIndexB = cccB.newIndex;
3030 public final int newIndex; field in class:PhoneNumberUtils.CountryCallingCodeAndNewIndex
3031 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { argument
3033 this.newIndex = 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 441 milliseconds