Searched refs:heightInBlocks (Results 1 – 1 of 1) sorted by relevance
1980 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() local1984 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()1986 * heightInBlocks)); in getSupportedWidthsFor()1988 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()1990 * heightInBlocks)); in getSupportedWidthsFor()2553 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() local2554 final int blockCount = widthInBlocks * heightInBlocks; in supports()2557 new Rational(widthInBlocks, heightInBlocks)) in supports()