Searched refs:otherSize (Results 1 – 4 of 4) sorted by relevance
88 Point otherSize = sizeMap.higherKey(size); in getThumbnail() local89 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()
137 Size otherSize = (Size) other; in equals() local138 return otherSize.width == this.width && otherSize.height == this.height; in equals()
646 final long otherSize = totalMiscSize + totalDownloadsSize + unaccountedSize; in updateDetails() local652 updatePreference(otherItem, otherSize); in updateDetails()