Searched refs:widthInBlocks (Results 1 – 1 of 1) sorted by relevance
1756 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in getSupportedHeightsFor() local1760 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()1761 (int)Math.ceil(widthInBlocks / in getSupportedHeightsFor()1764 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()1765 (int)(widthInBlocks / in getSupportedHeightsFor()2284 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports() local2286 final int blockCount = widthInBlocks * heightInBlocks; in supports()2289 new Rational(widthInBlocks, heightInBlocks)) in supports()