Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java493 int newLongSize = (int)(newShortSize * aspect + 0.5f); in computeCompatibleScaling() local
497 newHeight = newLongSize; in computeCompatibleScaling()
499 newWidth = newLongSize; in computeCompatibleScaling()