Searched refs:toMb (Results 1 – 1 of 1) sorted by relevance
55 …Log.d(TAG, "Calculated memory cache size: " + toMb(memoryCacheSize) + " pool size: " + toMb(bitmap… in MemorySizeCalculator()57 … + toMb(maxSize) + " memoryClass: " + activityManager.getMemoryClass() + " isLowMemoryDevice: " in MemorySizeCalculator()83 private static int toMb(int bytes) { in toMb() method in MemorySizeCalculator