Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/util/imagepool/
DImagePoolStatsProdImpl.java24 static int ESTIMATED_PIXEL_BYTES = 4; field in ImagePoolStatsProdImpl
33 mAllocateTotalBytes += (widthBucket * heightBucket * ESTIMATED_PIXEL_BYTES); in recordBucketCreation()
38 long newTotal = mAllocateTotalBytes + (width * height * ESTIMATED_PIXEL_BYTES); in fitsMaxCacheSize()
DImagePoolStatsDebugImpl.java72 mRequestedTotalBytes += (w * h * ESTIMATED_PIXEL_BYTES); in recordBucketRequest()
77 mAllocatedOutsidePoolBytes += (width * height * ESTIMATED_PIXEL_BYTES); in recordAllocOutsidePool()