Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java38 private static final int DECODE_BUFFER_SIZE = 16 * 1024; field in BitmapFactory
741 if (tempStorage == null) tempStorage = new byte[DECODE_BUFFER_SIZE]; in decodeStreamInternal()