Searched refs:nextPowerOf2 (Results 1 – 3 of 3) sorted by relevance
81 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0; in setSize()82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; in setSize()
64 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()111 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()
2117 static int nextPowerOf2(int number) { in nextPowerOf2() method in Resources2126 nextPowerOf2(mThemeRefs.size())), MAX_THEME_REFS_FLUSH_SIZE); in cleanupThemeReferences()