Home
last modified time | relevance | path

Searched defs:aspRatio (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java376 float aspRatio = (float) origWidth / (float) origHeight; in getMaxWidth() local
382 float aspRatio = (float) origWidth / (float) origHeight; in getMaxHeight() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java374 float aspRatio = (float) bitmap.getWidth() / (float) bitmap.getHeight(); in fixMaxBitmapSize() local