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

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java36 private static final int DECODE_BUFFER_SIZE = 16 * 1024; field in class:BitmapFactory
645 if (tempStorage == null) tempStorage = new byte[DECODE_BUFFER_SIZE];

Completed in 2273 milliseconds