Home
last modified time | relevance | path

Searched refs:mHeightPercent (Results 1 – 2 of 2) 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()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
DImagePersistTask.java45 private final float mHeightPercent; field in ImagePersistTask
63 mHeightPercent = heightPercent; in ImagePersistTask()
74 if (mHeightPercent != 1.0f) { in doInBackgroundFallible()
114 clippedWidth = (int) (mHeight * mHeightPercent); in writeClippedBitmap()
120 clippedHeight = (int) (mHeight * mHeightPercent); in writeClippedBitmap()