Searched refs:newShortSize (Results 1 – 1 of 1) sorted by relevance
521 int newShortSize = (int)(DEFAULT_NORMAL_SHORT_DIMENSION * dm.density + 0.5f); in computeCompatibleScaling() local526 int newLongSize = (int)(newShortSize * aspect + 0.5f); in computeCompatibleScaling()529 newWidth = newShortSize; in computeCompatibleScaling()533 newHeight = newShortSize; in computeCompatibleScaling()