Searched refs:origHeight (Results 1 – 2 of 2) sorted by relevance
375 private int getMaxWidth(int origWidth, int origHeight, int maxNumPixels) { in getMaxWidth() argument376 float aspRatio = (float) origWidth / (float) origHeight; in getMaxWidth()381 private int getMaxHeight(int origWidth, int origHeight, int maxNumPixels) { in getMaxHeight() argument382 float aspRatio = (float) origWidth / (float) origHeight; in getMaxHeight()
237 final int origHeight = mHeight; in rotateTo() local241 mWidth = origHeight; in rotateTo()247 origHeight); in rotateTo()