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()
401 MessagingGroup newGroup = null; in createGroupViews() local405 newGroup = message.getGroup(); in createGroupViews()406 if (newGroup != null) { in createGroupViews()410 if (newGroup == null) { in createGroupViews()411 newGroup = MessagingGroup.createGroup(mMessagingLinearLayout); in createGroupViews()412 mAddedGroups.add(newGroup); in createGroupViews()414 newGroup.setDisplayImagesAtEnd(mDisplayImagesAtEnd); in createGroupViews()415 newGroup.setLayoutColor(mLayoutColor); in createGroupViews()416 newGroup.setTextColors(mSenderTextColor, mMessageTextColor); in createGroupViews()422 newGroup.setSender(sender, nameOverride); in createGroupViews()[all …]
71 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup() local72 return reinterpret_cast<jlong>(newGroup); in createEmptyGroup()77 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup() local78 return reinterpret_cast<jlong>(newGroup); in createGroup()
230 boolean newGroup = !hasBubbleWithGroupId(bubble.getGroupId()); in doAdd()233 minInsertPoint = newGroup ? 0 : findFirstIndexForGroup(bubble.getGroupId()); in doAdd()
1150 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlag() local1155 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_NoClearFlag()1172 final NotificationRecord newGroup = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_NoClearFlag() local1177 mService.addNotification(newGroup); in testUserInitiatedCancelAllWithGroup_NoClearFlag()1226 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag() local1231 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag()1249 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter() local1254 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter()1256 child2.sbn.getKey(), newGroup.sbn.getKey()}; in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter()1273 final NotificationRecord newGroup = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag() local[all …]