Searched refs:DECODE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
41 private static final int DECODE_BUFFER_SIZE = 16 * 1024; field in BitmapFactory789 if (tempStorage == null) tempStorage = new byte[DECODE_BUFFER_SIZE]; in decodeStreamInternal()
19103 Landroid/graphics/BitmapFactory;->DECODE_BUFFER_SIZE:I