Searched refs:leastPowerOf2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java104 bufferSize = leastPowerOf2(bufferSize);
283 length = leastPowerOf2(length);
366 private static int leastPowerOf2(int n) { method in class:InputStreamBuffer
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java104 bufferSize = leastPowerOf2(bufferSize);
283 length = leastPowerOf2(length);
366 private static int leastPowerOf2(int n) { method in class:InputStreamBuffer

Completed in 110 milliseconds