Home
last modified time | relevance | path

Searched refs:groupIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java408 for (int groupIndex = 0; groupIndex < groups.size(); groupIndex++) { in createGroupViews()
409 List<MessagingMessage> group = groups.get(groupIndex); in createGroupViews()
429 Person sender = senders.get(groupIndex); in createGroupViews()
437 newGroup.setSending(groupIndex == (groups.size() - 1) && showSpinner); in createGroupViews()
440 if (mMessagingLinearLayout.indexOfChild(newGroup) != groupIndex) { in createGroupViews()
442 mMessagingLinearLayout.addView(newGroup, groupIndex); in createGroupViews()
DConversationLayout.java859 for (int groupIndex = 0; groupIndex < groups.size(); groupIndex++) { in createGroupViews()
860 List<MessagingMessage> group = groups.get(groupIndex); in createGroupViews()
881 Person sender = senders.get(groupIndex); in createGroupViews()
889 newGroup.setSending(groupIndex == (groups.size() - 1) && showSpinner); in createGroupViews()
893 if (mMessagingLinearLayout.indexOfChild(newGroup) != groupIndex) { in createGroupViews()
895 mMessagingLinearLayout.addView(newGroup, groupIndex); in createGroupViews()
/frameworks/av/drm/libmediadrm/
DDrmMetricsConsumer.cpp227 int groupIndex = 0; in HidlMetricsToBundle() local
262 bundleMetricGroups->putPersistableBundle(MakeIndexString(groupIndex++), in HidlMetricsToBundle()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp741 ssize_t groupIndex = mMediaGroups.indexOfKey(groupID); in parse() local
742 if (groupIndex < 0) { in parse()
1264 ssize_t groupIndex = mMediaGroups.indexOfKey(groupID); in parseMedia() local
1267 if (groupIndex < 0) { in parseMedia()
1271 group = mMediaGroups.valueAt(groupIndex); in parseMedia()
/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackageImpl.java1697 for (int groupIndex = filter.countMimeGroups() - 1; groupIndex >= 0; groupIndex--) {
1698 mimeGroups = ArrayUtils.add(mimeGroups, filter.getMimeGroup(groupIndex));