Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/util/imagepool/
DImagePoolStats.java27 boolean fitsMaxCacheSize(int width, int height, long maxCacheSize); in fitsMaxCacheSize() method
DImagePoolStatsDebugImpl.java50 public boolean fitsMaxCacheSize(int width, int height, long maxCacheSize) { in fitsMaxCacheSize() method in ImagePoolStatsDebugImpl
51 return super.fitsMaxCacheSize(width, height, maxCacheSize); in fitsMaxCacheSize()
DImagePoolStatsProdImpl.java37 public boolean fitsMaxCacheSize(int width, int height, long maxCacheSize) { in fitsMaxCacheSize() method in ImagePoolStatsProdImpl
DImagePoolHelper.java113 if (!stats.fitsMaxCacheSize( in populateBucket()
DImagePoolImpl.java110 … if (!mImagePoolStats.fitsMaxCacheSize(img.getWidth(), img.getHeight(), in prepareImage()