Searched refs:newGroup (Results 1 – 6 of 6) 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()
410 MessagingGroup newGroup = null; in createGroupViews() local414 newGroup = message.getGroup(); in createGroupViews()415 if (newGroup != null) { in createGroupViews()419 if (newGroup == null) { in createGroupViews()420 newGroup = MessagingGroup.createGroup(mMessagingLinearLayout); in createGroupViews()421 mAddedGroups.add(newGroup); in createGroupViews()423 newGroup.setImageDisplayLocation(mIsCollapsed in createGroupViews()426 newGroup.setIsInConversation(false); in createGroupViews()427 newGroup.setLayoutColor(mLayoutColor); in createGroupViews()428 newGroup.setTextColors(mSenderTextColor, mMessageTextColor); in createGroupViews()[all …]
861 MessagingGroup newGroup = null; in createGroupViews() local865 newGroup = message.getGroup(); in createGroupViews()866 if (newGroup != null) { in createGroupViews()871 if (newGroup == null) { in createGroupViews()872 newGroup = MessagingGroup.createGroup(mMessagingLinearLayout); in createGroupViews()873 mAddedGroups.add(newGroup); in createGroupViews()875 newGroup.setImageDisplayLocation(mIsCollapsed in createGroupViews()878 newGroup.setIsInConversation(true); in createGroupViews()879 newGroup.setLayoutColor(mLayoutColor); in createGroupViews()880 newGroup.setTextColors(mSenderTextColor, mMessageTextColor); in createGroupViews()[all …]
552 DisplayGroup newGroup = getDisplayGroupLocked(groupId); in assignDisplayGroupLocked() local553 if (newGroup == null) { in assignDisplayGroupLocked()554 newGroup = new DisplayGroup(groupId); in assignDisplayGroupLocked()555 mDisplayGroups.append(groupId, newGroup); in assignDisplayGroupLocked()557 if (oldGroup != newGroup) { in assignDisplayGroupLocked()561 newGroup.addDisplayLocked(display); in assignDisplayGroupLocked()
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()
1808 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlag() local1813 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_NoClearFlag()1830 final NotificationRecord newGroup = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_NoClearFlag() local1835 mService.addNotification(newGroup); in testUserInitiatedCancelAllWithGroup_NoClearFlag()1890 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag() local1895 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag()1913 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter() local1918 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter()1920 child2.getSbn().getKey(), newGroup.getSbn().getKey()}; in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter()1937 final NotificationRecord newGroup = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag() local[all …]