Searched refs:checkRecycled (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java53 checkRecycled("decodeRegion called on recycled large bitmap");
62 checkRecycled("getWidth called on recycled large bitmap");
68 checkRecycled("getHeight called on recycled large bitmap");
102 private void checkRecycled(String errorMessage) { method in class:LargeBitmap
H A DBitmapRegionDecoder.java190 checkRecycled("decodeRegion called on recycled region decoder");
202 checkRecycled("getWidth called on recycled region decoder");
210 checkRecycled("getHeight called on recycled region decoder");
248 private void checkRecycled(String errorMessage) { method in class:BitmapRegionDecoder
H A DBitmap.java264 checkRecycled("Can't call reconfigure() on a recycled bitmap");
389 private void checkRecycled(String errorMessage) { method in class:Bitmap
606 checkRecycled("copyPixelsFromBuffer called on recycled bitmap");
657 checkRecycled("Can't copy a recycled bitmap");
678 checkRecycled("Can't copy a recycled bitmap");
696 checkRecycled("Can't copy a recycled bitmap");
1335 checkRecycled("Can't compress a recycled bitmap");
1419 checkRecycled("setPremultiplied called on a recycled bitmap");
1602 checkRecycled("setHasAlpha called on a recycled bitmap");
1651 checkRecycled("setHasMipMa
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt1995 HPLandroid/graphics/Bitmap;->checkRecycled(Ljava/lang/String;)V
2005 HPLandroid/graphics/BitmapRegionDecoder;->checkRecycled(Ljava/lang/String;)V
[all...]

Completed in 45 milliseconds