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.java437 for (int groupIndex = 0; groupIndex < groups.size(); groupIndex++) { in createGroupViews()
438 List<MessagingMessage> group = groups.get(groupIndex); in createGroupViews()
458 Person sender = senders.get(groupIndex); in createGroupViews()
464 newGroup.setSending(groupIndex == (groups.size() - 1) && showSpinner); in createGroupViews()
467 if (mMessagingLinearLayout.indexOfChild(newGroup) != groupIndex) { in createGroupViews()
469 mMessagingLinearLayout.addView(newGroup, groupIndex); in createGroupViews()
DConversationLayout.java999 for (int groupIndex = 0; groupIndex < groups.size(); groupIndex++) { in createGroupViews()
1000 List<MessagingMessage> group = groups.get(groupIndex); in createGroupViews()
1021 Person sender = senders.get(groupIndex); in createGroupViews()
1029 newGroup.setSending(groupIndex == (groups.size() - 1) && showSpinner); in createGroupViews()
1033 if (mMessagingLinearLayout.indexOfChild(newGroup) != groupIndex) { in createGroupViews()
1035 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.java1582 for (int groupIndex = filter.countMimeGroups() - 1; groupIndex >= 0; groupIndex--) {
1583 mimeGroups = ArrayUtils.add(mimeGroups, filter.getMimeGroup(groupIndex));