Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DLargeBitmap.java63 checkRecycled("decodeRegion called on recycled large bitmap"); in decodeRegion()
72 checkRecycled("getWidth called on recycled large bitmap"); in getWidth()
78 checkRecycled("getHeight called on recycled large bitmap"); in getHeight()
112 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.java209 checkRecycled("Can't call reconfigure() on a recycled bitmap"); in reconfigure()
344 private void checkRecycled(String errorMessage) { in checkRecycled() method in Bitmap
513 checkRecycled("copyPixelsFromBuffer called on recycled bitmap"); in copyPixelsFromBuffer()
555 checkRecycled("Can't copy a recycled bitmap"); in copy()
986 checkRecycled("Can't compress a recycled bitmap"); in compress()
1276 checkRecycled("Can't erase a recycled bitmap"); in eraseColor()
1294 checkRecycled("Can't call getPixel() on a recycled bitmap"); in getPixel()
1324 checkRecycled("Can't call getPixels() on a recycled bitmap"); in getPixels()
1405 checkRecycled("Can't call setPixel() on a recycled bitmap"); in setPixel()
1438 checkRecycled("Can't call setPixels() on a recycled bitmap"); in setPixels()
[all …]