Searched refs:mHeightPercent (Results 1 – 2 of 2) sorted by relevance
43 private final float mHeightPercent; field in ImagePersistTask63 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()
45 private final float mHeightPercent; field in ImagePersistTask63 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()