Searched refs:widthInBlocks (Results 1 – 1 of 1) sorted by relevance
1478 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in getSupportedHeightsFor() local1482 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()1483 (int)Math.ceil(widthInBlocks / in getSupportedHeightsFor()1486 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()1487 (int)(widthInBlocks / in getSupportedHeightsFor()2000 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports() local2002 final int blockCount = widthInBlocks * heightInBlocks; in supports()2005 new Rational(widthInBlocks, heightInBlocks)) in supports()