Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCacheStorageUsageInfo.java34 private long mUsedBytes; field in CacheStorageUsageInfo
68 mUsedBytes = blockSize * (totalBlocks - availableBlocks); in loadStorageInfo()
78 return mUsedBytes - mUsedCacheBytes + mTargetCacheBytes + mUserChangeDelta; in getExpectedUsedBytes()
83 return mUsedBytes; in getUsedBytes()
87 return mTotalBytes - mUsedBytes; in getFreeBytes()