Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/util/imagepool/
DImagePoolStatsDebugImpl.java37 private long mAllocatedOutsidePoolBytes = 0; field in ImagePoolStatsDebugImpl
59 mAllocatedOutsidePoolBytes = 0; in clear()
77 mAllocatedOutsidePoolBytes += (width * height * ESTIMATED_PIXEL_BYTES); in recordAllocOutsidePool()
157 builder.append(mAllocatedOutsidePoolBytes / 1_000_000); in getStatistic()
161 mAllocatedOutsidePoolBytes)); in getStatistic()