Searched refs:otherMessage (Results 1 – 2 of 2) 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()
496 MessagingMessage otherMessage = otherGroup.mMessages.get( in calculateGroupCompatibility() local498 if (!ownMessage.sameAs(otherMessage)) { in calculateGroupCompatibility()