Searched refs:heightInBlocks (Results 1 – 1 of 1) sorted by relevance
1434 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() local1438 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()1440 * heightInBlocks)); in getSupportedWidthsFor()1442 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()1444 * heightInBlocks)); in getSupportedWidthsFor()2001 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() local2002 final int blockCount = widthInBlocks * heightInBlocks; in supports()2005 new Rational(widthInBlocks, heightInBlocks)) in supports()