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.java526 int newLongSize = (int)(newShortSize * aspect + 0.5f); in computeCompatibleScaling() local
530 newHeight = newLongSize; in computeCompatibleScaling()
532 newWidth = newLongSize; in computeCompatibleScaling()