Searched refs:origWidth (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()
236 final int origWidth = mWidth; in rotateTo() local242 mHeight = origWidth; in rotateTo()246 mCutout = calculateDisplayCutoutForRotation(mCutout, rotationDelta, origWidth, in rotateTo()