Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java441 MessagingGroup newGroup = null; in createGroupViews() local
445 newGroup = message.getGroup(); in createGroupViews()
446 if (newGroup != null) { in createGroupViews()
450 if (newGroup == null) { in createGroupViews()
452 mAddedGroups.add(newGroup); in createGroupViews()
461 newGroup.setIsInConversation(false); in createGroupViews()
462 newGroup.setLayoutColor(mLayoutColor); in createGroupViews()
469 newGroup.setSingleLine(mIsCollapsed); in createGroupViews()
470 newGroup.setShowingAvatar(!mIsCollapsed); in createGroupViews()
473 mGroups.add(newGroup); in createGroupViews()
[all …]
H A DConversationLayout.java898 MessagingGroup newGroup = null; in createGroupViews() local
902 newGroup = message.getGroup(); in createGroupViews()
903 if (newGroup != null) { in createGroupViews()
908 if (newGroup == null) { in createGroupViews()
910 mAddedGroups.add(newGroup); in createGroupViews()
919 newGroup.setIsInConversation(true); in createGroupViews()
920 newGroup.setLayoutColor(mLayoutColor); in createGroupViews()
928 newGroup.setSingleLine(mIsCollapsed); in createGroupViews()
929 newGroup.setSender(sender, nameOverride); in createGroupViews()
931 mGroups.add(newGroup); in createGroupViews()
[all …]
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp69 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup() local
70 return reinterpret_cast<jlong>(newGroup); in createEmptyGroup()
75 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup() local
76 return reinterpret_cast<jlong>(newGroup); in createGroup()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplayMapper.java911 DisplayGroup newGroup = getDisplayGroupLocked(groupId); in assignDisplayGroupLocked() local
912 if (newGroup == null) { in assignDisplayGroupLocked()
913 newGroup = new DisplayGroup(groupId); in assignDisplayGroupLocked()
914 mDisplayGroups.append(groupId, newGroup); in assignDisplayGroupLocked()
916 if (oldGroup != newGroup) { in assignDisplayGroupLocked()
920 newGroup.addDisplayLocked(display); in assignDisplayGroupLocked()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java2501 mService.addNotification(newGroup); in testCancelAllNotificationsFromApp_cannotCancelFgsChild()
2530 mService.addNotification(newGroup); in testCancelAllNotifications_fromApp_cannotCancelFgsParent()
2556 mService.addNotification(newGroup); in testCancelAllNotifications_fromApp_canCancelOngoingNoClearChild()
2582 mService.addNotification(newGroup); in testCancelAllNotifications_fromApp_canCancelOngoingNoClearParent()
2606 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithOngoingParent()
2629 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithOngoingChild()
2655 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithFgsParent()
2681 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithFgsChild()
2704 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithNoClearParent()
2727 mService.addNotification(newGroup); in testCancelNotificationsFromListener_clearAll_GroupWithNoClearChild()
[all …]