Searched refs:updatedHeight (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMessagePartImageRequestDescriptor.java53 public void updateSourceDimensions(final int updatedWidth, final int updatedHeight) { argument
59 updatedHeight != MessagePartData.UNSPECIFIED_SIZE &&
60 updatedWidth != sourceWidth && updatedHeight != sourceHeight) {
61 UpdateMessagePartSizeAction.updateSize(mMessagePartId, updatedWidth, updatedHeight);

Completed in 37 milliseconds