Searched refs:isRecycled (Results 1 – 4 of 4) sorted by relevance
67 assertFalse(bitmap.isRecycled()); in testCreateAndPutBackInPoolTest()72 assertFalse(bitmap.isRecycled()); in testCreateAndPutBackInPoolTest()80 assertFalse(overflowBitmap.isRecycled()); in testCreateBeyondFullAndCheckReuseTest()
37 Utils.assertTrue(bitmap != null && !bitmap.isRecycled()); in BitmapTexture()
98 public synchronized boolean isRecycled() { in isRecycled() method in BitmapLoader
84 if (mPreview != null && !mPreview.isRecycled()) { in onDraw()