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.java36 private static final int DECODE_BUFFER_SIZE = 16 * 1024; field in BitmapFactory
645 if (tempStorage == null) tempStorage = new byte[DECODE_BUFFER_SIZE]; in decodeStreamInternal()