Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java463 for (int groupIndex = 0; groupIndex < groups.size(); groupIndex++) { in createGroupViews()
464 List<MessagingMessage> group = groups.get(groupIndex); in createGroupViews()
488 Person sender = senders.get(groupIndex); in createGroupViews()
496 newGroup.setSending(groupIndex == (groups.size() - 1) && showSpinner); in createGroupViews()
499 if (mMessagingLinearLayout.indexOfChild(newGroup) != groupIndex) { in createGroupViews()
501 mMessagingLinearLayout.addView(newGroup, groupIndex); in createGroupViews()
DConversationLayout.java1102 for (int groupIndex = 0; groupIndex < groups.size(); groupIndex++) { in createGroupViews()
1103 List<MessagingMessage> group = groups.get(groupIndex); in createGroupViews()
1128 Person sender = senders.get(groupIndex); in createGroupViews()
1136 newGroup.setSending(groupIndex == (groups.size() - 1) && showSpinner); in createGroupViews()
1140 if (mMessagingLinearLayout.indexOfChild(newGroup) != groupIndex) { in createGroupViews()
1142 mMessagingLinearLayout.addView(newGroup, groupIndex); in createGroupViews()
/frameworks/av/drm/libmediadrm/
DDrmMetricsConsumer.cpp225 int groupIndex = 0; in HidlMetricsToBundle() local
260 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/com/android/internal/pm/parsing/pkg/
DPackageImpl.java568 for (int groupIndex = filter.countMimeGroups() - 1; groupIndex >= 0; groupIndex--) { in addMimeGroupsFromComponent()
572 mimeGroups = CollectionUtils.add(mimeGroups, filter.getMimeGroup(groupIndex)); in addMimeGroupsFromComponent()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java9163 int groupIndex = (getIndex(device) + 5) / 10; in updateVolumeGroupIndex() local
9169 + groupIndex + ", forceMuteState=" + forceMuteState); in updateVolumeGroupIndex()
9171 mVolumeGroupState.updateVolumeIndex(groupIndex, device); in updateVolumeGroupIndex()
9178 (groupIndex == 0 && !isCallStream(mStreamType)) in updateVolumeGroupIndex()