Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java375 private int getMaxWidth(int origWidth, int origHeight, int maxNumPixels) { in getMaxWidth() argument
376 float aspRatio = (float) origWidth / (float) origHeight; in getMaxWidth()
381 private int getMaxHeight(int origWidth, int origHeight, int maxNumPixels) { in getMaxHeight() argument
382 float aspRatio = (float) origWidth / (float) origHeight; in getMaxHeight()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java237 final int origHeight = mHeight; in rotateTo() local
241 mWidth = origHeight; in rotateTo()
247 origHeight); in rotateTo()