Searched refs:newShortSize (Results 1 – 1 of 1) sorted by relevance
577 int newShortSize = (int)(DEFAULT_NORMAL_SHORT_DIMENSION * dm.density + 0.5f); in computeCompatibleScaling() local582 int newLongSize = (int)(newShortSize * aspect + 0.5f); in computeCompatibleScaling()585 newWidth = newShortSize; in computeCompatibleScaling()589 newHeight = newShortSize; in computeCompatibleScaling()