Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java521 int newShortSize = (int)(DEFAULT_NORMAL_SHORT_DIMENSION * dm.density + 0.5f); in computeCompatibleScaling() local
526 int newLongSize = (int)(newShortSize * aspect + 0.5f); in computeCompatibleScaling()
529 newWidth = newShortSize; in computeCompatibleScaling()
533 newHeight = newShortSize; in computeCompatibleScaling()