Home
last modified time | relevance | path

Searched refs:ceilLog2 (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageViewAdapter.java70 return Math.max(0, Utils.ceilLog2( in calculateLevelCount()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DUtils.java186 public static int ceilLog2(float value) { in ceilLog2() method in Utils
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java204 mLevelCount = Math.max(0, Utils.ceilLog2( in calculateLevelCount()