Home
last modified time | relevance | path

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