Lines Matching refs:checkRecycled
296 checkRecycled("Can't call reconfigure() on a recycled bitmap"); in reconfigure()
417 void checkRecycled(String errorMessage) { in checkRecycled() method in Bitmap
661 checkRecycled("copyPixelsFromBuffer called on recycled bitmap"); in copyPixelsFromBuffer()
715 checkRecycled("Can't copy a recycled bitmap"); in copy()
737 checkRecycled("Can't copy a recycled bitmap"); in createAshmemBitmap()
773 checkRecycled("Cannot access shared memory of a recycled bitmap"); in getSharedMemory()
1632 checkRecycled("Can't compress a recycled bitmap"); in compress()
1723 checkRecycled("setPremultiplied called on a recycled bitmap"); in setPremultiplied()
1916 checkRecycled("setHasAlpha called on a recycled bitmap"); in setHasAlpha()
1965 checkRecycled("setHasMipMap called on a recycled bitmap"); in setHasMipMap()
1975 checkRecycled("getColorSpace called on a recycled bitmap"); in getColorSpace()
2008 checkRecycled("setColorSpace called on a recycled bitmap"); in setColorSpace()
2059 checkRecycled("Bitmap is recycled"); in hasGainmap()
2067 checkRecycled("Bitmap is recycled"); in getGainmap()
2078 checkRecycled("Bitmap is recycled"); in setGainmap()
2089 checkRecycled("Can't erase a recycled bitmap"); in eraseColor()
2106 checkRecycled("Can't erase a recycled bitmap"); in eraseColor()
2129 checkRecycled("Can't call getPixel() on a recycled bitmap"); in getPixel()
2154 checkRecycled("Can't call getColor() on a recycled bitmap"); in getColor()
2203 checkRecycled("Can't call getPixels() on a recycled bitmap"); in getPixels()
2287 checkRecycled("Can't call setPixel() on a recycled bitmap"); in setPixel()
2320 checkRecycled("Can't call setPixels() on a recycled bitmap"); in setPixels()
2372 checkRecycled("Can't parcel a recycled bitmap"); in writeToParcel()
2426 checkRecycled("Can't extractAlpha on a recycled bitmap"); in extractAlpha()
2445 checkRecycled("Can't call sameAs on a recycled bitmap!"); in sameAs()
2473 checkRecycled("Can't prepareToDraw on a recycled bitmap!"); in prepareToDraw()
2494 checkRecycled("Can't getHardwareBuffer from a recycled bitmap"); in getHardwareBuffer()