Searched refs:floorLog2 (Results 1 – 5 of 5) sorted by relevance
75 public static int floorLog2(float value) { in floorLog2() method in Utils
194 public static int floorLog2(float value) { in floorLog2() method in Utils
270 mLevel = Utils.clamp(Utils.floorLog2(1f / mScale), 0, mLevelCount); in layoutTiles()
216 mLevel = Utils.clamp(Utils.floorLog2(1f / scale), 0, mLevelCount); in layoutTiles()