Searched refs:mHeightPercent (Results 1 – 1 of 1) 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()