Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java88 Point otherSize = sizeMap.higherKey(size); in getThumbnail() local
89 if (otherSize != null) { in getThumbnail()
90 cacheKey = sizeMap.get(otherSize); in getThumbnail()
95 return Result.obtain(Result.CACHE_HIT_LARGER, otherSize, entry); in getThumbnail()
101 otherSize = sizeMap.lowerKey(size); in getThumbnail()
102 if (otherSize != null) { in getThumbnail()
103 cacheKey = sizeMap.get(otherSize); in getThumbnail()
108 return Result.obtain(Result.CACHE_HIT_SMALLER, otherSize, entry); in getThumbnail()
/packages/apps/Camera2/src/com/android/camera/util/
DSize.java137 Size otherSize = (Size) other; in equals() local
138 return otherSize.width == this.width && otherSize.height == this.height; in equals()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DPrivateVolumeSettings.java646 final long otherSize = totalMiscSize + totalDownloadsSize + unaccountedSize; in updateDetails() local
652 updatePreference(otherItem, otherSize); in updateDetails()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DPrivateVolumeSettings.java646 final long otherSize = totalMiscSize + totalDownloadsSize + unaccountedSize; in updateDetails() local
652 updatePreference(otherItem, otherSize); in updateDetails()