Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSnapshotPersistQueue.java54 private static final int COMPRESS_QUALITY = 95; field in SnapshotPersistQueue
358 swBitmap.compress(JPEG, COMPRESS_QUALITY, fos); in writeBuffer()
379 lowResBitmap.compress(JPEG, COMPRESS_QUALITY, lowResFos); in writeBuffer()