Home
last modified time | relevance | path

Searched refs:otherMessage (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingImageTransformState.java48 MessagingImageTransformState otherMessage = (MessagingImageTransformState) otherState; in sameAs() local
49 return mImageMessage.sameAs(otherMessage.mImageMessage); in sameAs()
76 MessagingImageMessage otherMessage in transformViewFrom() local
79 setStartActualWidth(otherMessage.getActualWidth()); in transformViewFrom()
80 setStartActualHeight(otherMessage.getActualHeight()); in transformViewFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DAbstractMessage.java146 final Message otherMessage = (Message) other; in equals() local
147 if (getDescriptorForType() != otherMessage.getDescriptorForType()) { in equals()
150 return compareFields(getAllFields(), otherMessage.getAllFields()) && in equals()
151 getUnknownFields().equals(otherMessage.getUnknownFields()); in equals()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DREADME.md83 // Note: You don't have to check subMessage and otherMessage for nil and
85 msg.subMessage.otherMessage.lastName = @"Smith";
100 // Note: Just like above, you don't have to check subMessage and otherMessage
103 [msg.subMessage.otherMessage.siblingsArray addObject:@"Pat"];
/frameworks/base/core/java/com/android/internal/widget/
DMessagingGroup.java496 MessagingMessage otherMessage = otherGroup.mMessages.get( in calculateGroupCompatibility() local
498 if (!ownMessage.sameAs(otherMessage)) { in calculateGroupCompatibility()