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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java333 * getPixels() or setPixels() is called, and will draw nothing. This operation
541 * in any way (unlike setPixels(), which converts from unpremultipled 32bit
1127 * a Bitmap (through {@link #setPixel}, {@link #setPixels}, or {@link
1233 * getPixels() or setPixels(), then the pixels are uniformly treated as
1457 * or setPixels()
1541 public void setPixels(@ColorInt int[] pixels, int offset, int stride, method in class:Bitmap
1543 checkRecycled("Can't call setPixels() on a recycled bitmap");

Completed in 53 milliseconds