Searched refs:otherMessage (Results 1 – 4 of 4) sorted by relevance
48 MessagingImageTransformState otherMessage = (MessagingImageTransformState) otherState; in sameAs() local49 return mImageMessage.sameAs(otherMessage.mImageMessage); in sameAs()76 MessagingImageMessage otherMessage in transformViewFrom() local79 setStartActualWidth(otherMessage.getActualWidth()); in transformViewFrom()80 setStartActualHeight(otherMessage.getActualHeight()); in transformViewFrom()
146 final Message otherMessage = (Message) other; in equals() local147 if (getDescriptorForType() != otherMessage.getDescriptorForType()) { in equals()150 return compareFields(getAllFields(), otherMessage.getAllFields()) && in equals()151 getUnknownFields().equals(otherMessage.getUnknownFields()); in equals()
83 // Note: You don't have to check subMessage and otherMessage for nil and85 msg.subMessage.otherMessage.lastName = @"Smith";100 // Note: Just like above, you don't have to check subMessage and otherMessage103 [msg.subMessage.otherMessage.siblingsArray addObject:@"Pat"];
496 MessagingMessage otherMessage = otherGroup.mMessages.get( in calculateGroupCompatibility() local498 if (!ownMessage.sameAs(otherMessage)) { in calculateGroupCompatibility()