Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DLargeBitmap.java53 checkRecycled("decodeRegion called on recycled large bitmap"); in decodeRegion()
62 checkRecycled("getWidth called on recycled large bitmap"); in getWidth()
68 checkRecycled("getHeight called on recycled large bitmap"); in getHeight()
102 private void checkRecycled(String errorMessage) { in checkRecycled() method in LargeBitmap
DBitmap.java252 checkRecycled("Can't call reconfigure() on a recycled bitmap"); in reconfigure()
381 private void checkRecycled(String errorMessage) { in checkRecycled() method in Bitmap
549 checkRecycled("copyPixelsFromBuffer called on recycled bitmap"); in copyPixelsFromBuffer()
591 checkRecycled("Can't copy a recycled bitmap"); in copy()
607 checkRecycled("Can't copy a recycled bitmap"); in createAshmemBitmap()
623 checkRecycled("Can't copy a recycled bitmap"); in createAshmemBitmap()
1066 checkRecycled("Can't compress a recycled bitmap"); in compress()
1143 checkRecycled("setPremultiplied called on a recycled bitmap"); in setPremultiplied()
1321 checkRecycled("setHasAlpha called on a recycled bitmap"); in setHasAlpha()
1370 checkRecycled("setHasMipMap called on a recycled bitmap"); in setHasMipMap()
[all …]
DBitmapRegionDecoder.java184 checkRecycled("decodeRegion called on recycled region decoder"); in decodeRegion()
196 checkRecycled("getWidth called on recycled region decoder"); in getWidth()
204 checkRecycled("getHeight called on recycled region decoder"); in getHeight()
242 private void checkRecycled(String errorMessage) { in checkRecycled() method in BitmapRegionDecoder