Searched refs:heightInBlocks (Results 1 – 1 of 1) sorted by relevance
1327 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() local1331 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()1333 * heightInBlocks)); in getSupportedWidthsFor()1335 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()1337 * heightInBlocks)); in getSupportedWidthsFor()1551 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() local1552 final int blockCount = widthInBlocks * heightInBlocks; in supports()1555 new Rational(widthInBlocks, heightInBlocks)) in supports()