Searched refs:maxIndex (Results 1 - 15 of 15) 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/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp539 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) {
542 int minIndex, int maxIndex) */
585 for (GLuint i = minIndex; i < maxIndex; i++) {
601 arg_max->add_intvalue(maxIndex);
612 GLuint *minIndex, GLuint *maxIndex) {
615 *maxIndex = 0;
629 if (index > *maxIndex) *maxIndex = index;
634 GLuint minIndex, GLuint maxIndex, nsecs_t time) {
656 minIndex, maxIndex, tim
536 trace_glVertexAttribPointerData(GLTraceContext *context, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr, GLuint minIndex, GLuint maxIndex, nsecs_t startTime) argument
611 findMinAndMaxIndices(GLvoid *indices, GLsizei count, GLenum type, GLuint *minIndex, GLuint *maxIndex) argument
633 trace_VertexAttribPointerData(GLTraceContext *context, GLuint minIndex, GLuint maxIndex, nsecs_t time) argument
688 GLuint minIndex, maxIndex; local
[all...]
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.h149 void discardDrawingBatches(const unsigned int maxIndex);
H A DDeferredDisplayList.cpp665 void DeferredDisplayList::discardDrawingBatches(const unsigned int maxIndex) { argument
666 for (unsigned int i = mEarliestUnclearedIndex; i <= maxIndex; i++) {
673 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.java267 * Does a linear search through views for view, limited to maxIndex.
270 final int maxIndex) {
271 for (int i = 0; i < maxIndex; i++) {
269 containedBeforeIndex(final List<View> views, final View view, final int maxIndex) argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1199 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1251 if (maxIndex == UNDEFINED) {
1252 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1254 return maxIndex;
1864 maxIndex = UNDEFINED;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1094 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1146 if (maxIndex == UNDEFINED) {
1147 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1149 return maxIndex;
1759 maxIndex = UNDEFINED;
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java1370 * Does a linear search through views for view, limited to maxIndex.
1373 final int maxIndex) {
1374 for (int i = 0; i < maxIndex; i++) {
1372 containedBeforeIndex(final List<View> views, final View view, final int maxIndex) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1429 final int maxIndex) {
1439 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex);
1428 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.kt323 val indexStart = maxIndex() + 1
393 fun maxIndex() : kotlin.Int {
394 val maxIndex = indices.values().max()
395 if (maxIndex == null) {
398 return maxIndex
403 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 426 milliseconds