Searched defs:setPixels (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java196 * getPixels() or setPixels() is called, and will draw nothing. This operation
395 * in any way (unlike setPixels(), which converts from unpremultipled 32bit
986 * getPixels() or setPixels(), then the pixels are uniformly treated as
1164 * or setPixels()
1248 public void setPixels(int[] pixels, int offset, int stride, method in class:Bitmap
1250 checkRecycled("Can't call setPixels() on a recycled bitmap");

Completed in 37 milliseconds