Home
last modified time | relevance | path

Searched refs:origHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java225 final int origHeight = mHeight; in rotateTo() local
232 mWidth = origHeight; in rotateTo()
237 mCutout = mCutout.getRotated(origWidth, origHeight, fromRotation, toRotation); in rotateTo()
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java454 private int getMaxWidth(int origWidth, int origHeight, int maxNumPixels) { in getMaxWidth() argument
455 float aspRatio = (float) origWidth / (float) origHeight; in getMaxWidth()
460 private int getMaxHeight(int origWidth, int origHeight, int maxNumPixels) { in getMaxHeight() argument
461 float aspRatio = (float) origWidth / (float) origHeight; in getMaxHeight()