Searched refs:heightInBlocks (Results 1 – 1 of 1) sorted by relevance
1305 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() local1309 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()1311 * heightInBlocks)); in getSupportedWidthsFor()1313 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()1315 * heightInBlocks)); in getSupportedWidthsFor()1529 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() local1530 final int blockCount = widthInBlocks * heightInBlocks; in supports()1533 new Rational(widthInBlocks, heightInBlocks)) in supports()