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
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
DBitmap.java219 checkRecycled("Can't call reconfigure() on a recycled bitmap"); in reconfigure()
345 private void checkRecycled(String errorMessage) { in checkRecycled() method in Bitmap
514 checkRecycled("copyPixelsFromBuffer called on recycled bitmap"); in copyPixelsFromBuffer()
556 checkRecycled("Can't copy a recycled bitmap"); in copy()
999 checkRecycled("Can't compress a recycled bitmap"); in compress()
1289 checkRecycled("Can't erase a recycled bitmap"); in eraseColor()
1307 checkRecycled("Can't call getPixel() on a recycled bitmap"); in getPixel()
1337 checkRecycled("Can't call getPixels() on a recycled bitmap"); in getPixels()
1418 checkRecycled("Can't call setPixel() on a recycled bitmap"); in setPixel()
1451 checkRecycled("Can't call setPixels() on a recycled bitmap"); in setPixels()
[all …]