HomeSort by relevance Sort by last modified time
    Searched refs:orientationValue (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
ImagePersistTask.java 85 final Integer orientationValue =
87 if (orientationValue != null) {
88 orientation = orientationValue.intValue();
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 274 final Integer orientationValue =
276 if (orientationValue != null) {
277 orientation = orientationValue.intValue();
    [all...]

Completed in 1272 milliseconds