Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java411 private final int mMemoryClass; field in ImageUtils.ImageResizer
464 mMemoryClass = Math.max(16, am.getMemoryClass()); in ImageResizer()
613 final int workingMemoryPixelLimit = (mMemoryClass * 1024 * 1024 / 8); in canBeCompressed()