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/base/tests/JankBench/app/src/main/jni/
H A DBench.cpp226 size_t maxIndex = size / sizeof(void *); local
227 size_t loops = ((maxIndex / 2) & (~3));
231 __android_log_print(ANDROID_LOG_INFO, "bench", "latency build %i %i", (int)maxIndex, loops);
238 ni = ni % maxIndex;
241 if (ni >= 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/fragment/src/main/java/androidx/fragment/app/
H A DFragmentTransitionImpl.java332 * Does a linear search through views for view, limited to maxIndex.
335 final int maxIndex) {
336 for (int i = 0; i < maxIndex; i++) {
334 containedBeforeIndex(final List<View> views, final View view, final int maxIndex) argument
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp82 int maxIndex = -1; local
88 if ( index > maxIndex ) {
89 maxIndex = index;
93 if ( maxIndex * 3 > positionsLength) {
97 int transformedIndexCount = maxIndex - minIndex + 1;
/frameworks/support/compat/src/androidTest/java/androidx/core/graphics/
H A DTypefaceCompatTest.java117 int maxIndex = Integer.MIN_VALUE;
121 maxIndex = i;
125 return ids[maxIndex];
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1221 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1273 if (maxIndex == UNDEFINED) {
1274 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1276 return maxIndex;
1887 maxIndex = UNDEFINED;
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
H A DGridLayout.java1109 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1161 if (maxIndex == UNDEFINED) {
1162 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1164 return maxIndex;
1775 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.java1470 final int maxIndex) {
1480 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex);
1469 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 381 milliseconds