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

/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java36 private final static int WORKING_COMPRESS_STORAGE = 4096; field in class:YuvImage
143 new byte[WORKING_COMPRESS_STORAGE]);
H A DBitmap.java701 private final static int WORKING_COMPRESS_STORAGE = 4096; field in class:Bitmap
730 stream, new byte[WORKING_COMPRESS_STORAGE]);

Completed in 67 milliseconds