Searched refs:mRequestedTotalBytes (Results 1 – 1 of 1) sorted by relevance
36 private long mRequestedTotalBytes = 0; field in ImagePoolStatsDebugImpl58 mRequestedTotalBytes = 0; in clear()72 mRequestedTotalBytes += (w * h * ESTIMATED_PIXEL_BYTES); in recordBucketRequest()151 builder.append(mRequestedTotalBytes / 1_000_000); in getStatistic()160 double percent = (1.0 - (double) mRequestedTotalBytes / (mAllocateTotalBytes + in getStatistic()