Searched refs:widthInBlocks (Results 1 – 1 of 1) sorted by relevance
2024 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in getSupportedHeightsFor() local2028 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()2029 (int)Math.ceil(widthInBlocks / in getSupportedHeightsFor()2032 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()2033 (int)(widthInBlocks / in getSupportedHeightsFor()2552 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports() local2554 final int blockCount = widthInBlocks * heightInBlocks; in supports()2557 new Rational(widthInBlocks, heightInBlocks)) in supports()