Searched defs:KEY_HEIGHT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DUpdateMessagePartSizeAction.java49 private static final String KEY_HEIGHT = "height"; field in class:UpdateMessagePartSizeAction
54 actionParameters.putInt(KEY_HEIGHT, height);
61 final int height = actionParameters.getInt(KEY_HEIGHT);

Completed in 98 milliseconds