Searched refs:DECODE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
36 private static final int DECODE_BUFFER_SIZE = 16 * 1024; field in BitmapFactory645 if (tempStorage == null) tempStorage = new byte[DECODE_BUFFER_SIZE]; in decodeStreamInternal()