Searched refs:isRecycled (Results 1 – 18 of 18) sorted by relevance
44 if (bitmap.isRecycled()) { in getInternalFormat()66 if (bitmap.isRecycled()) { in getType()103 if (bitmap.isRecycled()) { in texImage2D()130 if (bitmap.isRecycled()) { in texImage2D()153 if (bitmap.isRecycled()) { in texImage2D()188 if (bitmap.isRecycled()) { in texSubImage2D()214 if (bitmap.isRecycled()) { in texSubImage2D()
98 if (oldBitmap != null && oldBitmap != bitmap && !oldBitmap.isRecycled()) { in deliverResult()169 if (bitmap != null && !bitmap.isRecycled()) { in onReleaseResources()
37 Utils.assertTrue(bitmap != null && !bitmap.isRecycled()); in BitmapTexture()
154 if (!isRecycled()) doRecycle(); in recycle()198 if (!isRecycled()) { in invoke()224 if (isRecycled()) throw new IllegalStateException("Instance is recycled: " + this); in checkNotRecycled()431 if (isRecycled()) return "<recycled PooledLambda@" + hashCodeHex(this) + ">"; in toString()461 if (isRecycled()) return "<recycled>"; in getFuncTypeAsString()569 private boolean isRecycled() { in isRecycled() method in PooledLambdaImpl
94 public final boolean isRecycled() { in isRecycled() method in LargeBitmap
245 public final boolean isRecycled() { in isRecycled() method in BitmapRegionDecoder
389 public final boolean isRecycled() { in isRecycled() method in Bitmap881 if (source.isRecycled()) { in createBitmap()2168 if (other.isRecycled()) { in sameAs()
444 if (opts.inBitmap.isRecycled()) { in validate()
65 if (bitmap.isRecycled()) { in throwIfCannotDraw()
289 if (bitmap.isRecycled()) { in validateBitmapDest()
622 if (bitmap == null || bitmap.isRecycled()) { in Builder()
1121 if (mBitmap != null && !mBitmap.isRecycled()) { in updateCurrentContentForTesting()
409 && !mCachedWallpaper.isRecycled()) { in peekWallpaperBitmap()
10463 method public final boolean isRecycled();10542 method public final boolean isRecycled();
13634 method public boolean isRecycled();13716 method public boolean isRecycled();
5489 HSPLandroid/graphics/Bitmap;->isRecycled()Z
20807 Landroid/graphics/LargeBitmap;->isRecycled()Z