Searched refs:mAllocateTotalBytes (Results 1 – 3 of 3) sorted by relevance
27 @VisibleForTesting long mAllocateTotalBytes = 0; field in ImagePoolStatsProdImpl33 mAllocateTotalBytes += (widthBucket * heightBucket * ESTIMATED_PIXEL_BYTES); in recordBucketCreation()38 long newTotal = mAllocateTotalBytes + (width * height * ESTIMATED_PIXEL_BYTES); in fitsMaxCacheSize()49 mAllocateTotalBytes = 0; in clear()
154 builder.append(mAllocateTotalBytes / 1_000_000); in getStatistic()160 double percent = (1.0 - (double) mRequestedTotalBytes / (mAllocateTotalBytes + in getStatistic()
298 … return ((ImagePoolStatsProdImpl) ((ImagePoolImpl) pool).mImagePoolStats).mAllocateTotalBytes; in getAllocatedTotalBytes()