Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java439 for (int groupIndex = 0; groupIndex < groups.size(); groupIndex++) { in createGroupViews()
440 List<MessagingMessage> group = groups.get(groupIndex); in createGroupViews()
464 Person sender = senders.get(groupIndex); in createGroupViews()
472 newGroup.setSending(groupIndex == (groups.size() - 1) && showSpinner); in createGroupViews()
475 if (mMessagingLinearLayout.indexOfChild(newGroup) != groupIndex) { in createGroupViews()
477 mMessagingLinearLayout.addView(newGroup, groupIndex); in createGroupViews()
H A DConversationLayout.java896 for (int groupIndex = 0; groupIndex < groups.size(); groupIndex++) { in createGroupViews()
897 List<MessagingMessage> group = groups.get(groupIndex); in createGroupViews()
922 Person sender = senders.get(groupIndex); in createGroupViews()
930 newGroup.setSending(groupIndex == (groups.size() - 1) && showSpinner); in createGroupViews()
934 if (mMessagingLinearLayout.indexOfChild(newGroup) != groupIndex) { in createGroupViews()
936 mMessagingLinearLayout.addView(newGroup, groupIndex); in createGroupViews()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java559 for (int groupIndex = filter.countMimeGroups() - 1; groupIndex >= 0; groupIndex--) { in addMimeGroupsFromComponent()
563 mimeGroups = CollectionUtils.add(mimeGroups, filter.getMimeGroup(groupIndex)); in addMimeGroupsFromComponent()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java8774 int groupIndex = (getIndex(device) + 5) / 10; in updateVolumeGroupIndex() local
8780 + groupIndex + ", forceMuteState=" + forceMuteState); in updateVolumeGroupIndex()
8782 mVolumeGroupState.updateVolumeIndex(groupIndex, device); in updateVolumeGroupIndex()
8789 (groupIndex == 0 && !isCallStream(mStreamType)) in updateVolumeGroupIndex()