Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DPoolableImageCache.java94 private static final int INVALID_POOL_KEY = 0; field in PoolableImageCache.ReusableImageResourcePool
213 if (getPoolKey(imageResource) != INVALID_POOL_KEY) { in onResourceEnterCache()
224 if (getPoolKey(imageResource) != INVALID_POOL_KEY) { in onResourceLeaveCache()
232 Assert.isTrue(poolKey != INVALID_POOL_KEY); in addResourceToPool()
245 Assert.isTrue(poolKey != INVALID_POOL_KEY); in removeResourceFromPool()
260 if (poolKey != INVALID_POOL_KEY) { in getReusableBitmapFromPool()
384 return INVALID_POOL_KEY; in getPoolKey()
403 return INVALID_POOL_KEY; in getPoolKey()