Searched refs:widthInBlocks (Results 1 – 1 of 1) sorted by relevance
1361 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in getSupportedHeightsFor() local1365 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()1366 (int)Math.ceil(widthInBlocks / in getSupportedHeightsFor()1369 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()1370 (int)(widthInBlocks / in getSupportedHeightsFor()1540 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports() local1542 final int blockCount = widthInBlocks * heightInBlocks; in supports()1545 new Rational(widthInBlocks, heightInBlocks)) in supports()