Searched refs:maxIndex (Results 1 - 13 of 13) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java253 int maxIndex = addr.length - 1;
254 for (int i = 0; i <= maxIndex; i++) {
256 if (i < maxIndex) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c490 u32 maxIndex; local
502 maxIndex = (u32)(streamStop - stream);
504 if (maxIndex == 0)
511 } while (byte != 1 && index < maxIndex);
514 if (index == maxIndex || index < 3)
524 maxIndex -= index;
559 if (index == maxIndex)
/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiControlService.aidl58 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex);
H A DHdmiTvClient.java190 * @param maxIndex maximum volume index
192 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) { argument
194 mService.setSystemAudioVolume(oldIndex, newIndex, maxIndex);
/frameworks/support/compat/tests/java/android/support/v4/graphics/
H A DTypefaceCompatTest.java112 int maxIndex = Integer.MIN_VALUE;
116 maxIndex = i;
120 return ids[maxIndex];
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp104 int maxIndex = -1; local
110 if ( index > maxIndex ) {
111 maxIndex = index;
115 if ( maxIndex * 3 > positionsLength) {
119 transformedIndexCount = maxIndex - minIndex + 1;
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentTransitionCompat21.java105 * Does a linear search through views for view, limited to maxIndex.
108 final int maxIndex) {
109 for (int i = 0; i < maxIndex; i++) {
107 containedBeforeIndex(final List<View> views, final View view, final int maxIndex) argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1215 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1267 if (maxIndex == UNDEFINED) {
1268 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1270 return maxIndex;
1881 maxIndex = UNDEFINED;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1106 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1158 if (maxIndex == UNDEFINED) {
1159 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1161 return maxIndex;
1772 maxIndex = UNDEFINED;
/frameworks/base/core/java/android/app/
H A DFragmentTransition.java983 * Does a linear search through views for view, limited to maxIndex.
986 final int maxIndex) {
987 for (int i = 0; i < maxIndex; i++) {
985 containedBeforeIndex(final List<View> views, final View view, final int maxIndex) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1465 final int maxIndex) {
1475 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex);
1464 setSystemAudioVolume(final int oldIndex, final int newIndex, final int maxIndex) argument
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt419 val indexStart = maxIndex() + 1
486 fun maxIndex() : kotlin.Int {
487 val maxIndex = indices.values.max()
488 if (maxIndex == null) {
491 return maxIndex
496 val bindingCount = maxIndex() + 1
/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 1105 milliseconds