Searched refs:maxIndex (Results 1 - 14 of 14) 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/base/libs/hwui/
H A DDeferredDisplayList.h145 void discardDrawingBatches(const unsigned int maxIndex);
H A DDeferredDisplayList.cpp674 void DeferredDisplayList::discardDrawingBatches(const unsigned int maxIndex) { argument
675 for (unsigned int i = mEarliestUnclearedIndex; i <= maxIndex; i++) {
682 mEarliestUnclearedIndex = maxIndex + 1;
/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/v4/api21/android/support/v4/app/
H A DFragmentTransitionCompat21.java306 * Does a linear search through views for view, limited to maxIndex.
309 final int maxIndex) {
310 for (int i = 0; i < maxIndex; i++) {
308 containedBeforeIndex(final List<View> views, final View view, final int maxIndex) argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1205 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1257 if (maxIndex == UNDEFINED) {
1258 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1260 return maxIndex;
1871 maxIndex = UNDEFINED;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1100 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1152 if (maxIndex == UNDEFINED) {
1153 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1155 return maxIndex;
1766 maxIndex = UNDEFINED;
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java1429 * Does a linear search through views for view, limited to maxIndex.
1432 final int maxIndex) {
1433 for (int i = 0; i < maxIndex; i++) {
1431 containedBeforeIndex(final List<View> views, final View view, final int maxIndex) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1461 final int maxIndex) {
1471 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex);
1460 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.kt340 val indexStart = maxIndex() + 1
407 fun maxIndex() : kotlin.Int {
408 val maxIndex = indices.values.max()
409 if (maxIndex == null) {
412 return maxIndex
417 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 2295 milliseconds