Searched refs:newGroup (Results 1 – 5 of 5) sorted by relevance
27 C3DGroup *newGroup = (C3DGroup *) group; in I3DGrouping_Set3DGroup() local29 if (NULL != newGroup) { in I3DGrouping_Set3DGroup()33 result = AcquireStrongRef(&newGroup->mObject, SL_OBJECTID_3DGROUP); in I3DGrouping_Set3DGroup()46 if (newGroup != oldGroup) { in I3DGrouping_Set3DGroup()57 if (NULL != newGroup) { in I3DGrouping_Set3DGroup()58 IObject *newGroupObject = &newGroup->mObject; in I3DGrouping_Set3DGroup()62 assert(!(newGroup->mMemberMask & mask)); in I3DGrouping_Set3DGroup()63 newGroup->mMemberMask |= mask; in I3DGrouping_Set3DGroup()66 thiz->mGroup = newGroup; in I3DGrouping_Set3DGroup()
439 MessagingGroup newGroup = null; in createGroupViews() local443 newGroup = message.getGroup(); in createGroupViews()444 if (newGroup != null) { in createGroupViews()448 if (newGroup == null) { in createGroupViews()449 newGroup = MessagingGroup.createGroup(mMessagingLinearLayout); in createGroupViews()450 mAddedGroups.add(newGroup); in createGroupViews()452 newGroup.setImageDisplayLocation(mDisplayImagesAtEnd in createGroupViews()455 newGroup.setIsInConversation(false); in createGroupViews()456 newGroup.setLayoutColor(mLayoutColor); in createGroupViews()457 newGroup.setTextColors(mSenderTextColor, mMessageTextColor); in createGroupViews()[all …]
1001 MessagingGroup newGroup = null; in createGroupViews() local1005 newGroup = message.getGroup(); in createGroupViews()1006 if (newGroup != null) { in createGroupViews()1011 if (newGroup == null) { in createGroupViews()1012 newGroup = MessagingGroup.createGroup(mMessagingLinearLayout); in createGroupViews()1013 mAddedGroups.add(newGroup); in createGroupViews()1015 newGroup.setImageDisplayLocation(mIsCollapsed in createGroupViews()1018 newGroup.setIsInConversation(true); in createGroupViews()1019 newGroup.setLayoutColor(mLayoutColor); in createGroupViews()1020 newGroup.setTextColors(mSenderTextColor, mMessageTextColor); in createGroupViews()[all …]
69 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup() local70 return reinterpret_cast<jlong>(newGroup); in createEmptyGroup()75 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup() local76 return reinterpret_cast<jlong>(newGroup); in createGroup()
1660 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlag() local1665 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_NoClearFlag()1682 final NotificationRecord newGroup = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_NoClearFlag() local1687 mService.addNotification(newGroup); in testUserInitiatedCancelAllWithGroup_NoClearFlag()1742 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag() local1747 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag()1765 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter() local1770 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter()1772 child2.getSbn().getKey(), newGroup.getSbn().getKey()}; in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter()1789 final NotificationRecord newGroup = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag() local[all …]