Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DImagePersistTask.java43 private final float mHeightPercent; field in ImagePersistTask
63 mHeightPercent = heightPercent; in ImagePersistTask()
80 if (mHeightPercent != 1.0f) { in doInBackgroundTimed()
102 clippedWidth = (int) (mHeight * mHeightPercent); in doInBackgroundTimed()
108 clippedHeight = (int) (mHeight * mHeightPercent); in doInBackgroundTimed()