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

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

Completed in 298 milliseconds