Searched defs:dataIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java63 private void addContact(ViewGroup container, int dataIndex, int thumbnailID) { argument
69 ((TextView)contactItem.findViewById(R.id.contact_name)).setText(contactsData[dataIndex++]);
71 setText(contactsData[dataIndex++]);
72 ((TextView)contactItem.findViewById(R.id.contact_city)).setText(contactsData[dataIndex++]);
73 ((TextView)contactItem.findViewById(R.id.contact_phone)).setText(contactsData[dataIndex++]);
74 ((TextView)contactItem.findViewById(R.id.contact_email)).setText(contactsData[dataIndex++]);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp469 /** Copy @len bytes of data from @src into the @dataIndex'th argument of the message. */
470 void addGlBufferData(GLMessage *glmsg, int dataIndex, GLvoid *src, GLsizeiptr len) { argument
471 GLMessage_DataType *arg_datap = glmsg->mutable_args(dataIndex);

Completed in 191 milliseconds