Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/util/imagepool/
DImagePoolStats.java33 void recordAllocOutsidePool(int width, int height); in recordAllocOutsidePool() method
DImagePoolStatsProdImpl.java56 public void recordAllocOutsidePool(int width, int height) { } in recordAllocOutsidePool() method in ImagePoolStatsProdImpl
DImagePoolImpl.java137 mImagePoolStats.recordAllocOutsidePool(w, h); in defaultImageImpl()
DImagePoolStatsDebugImpl.java76 public void recordAllocOutsidePool(int width, int height) { in recordAllocOutsidePool() method in ImagePoolStatsDebugImpl