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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionWrapper.java30 public InputConnectionWrapper(InputConnection target, boolean mutable) { argument
31 mMutable = mutable;
40 throw new SecurityException("not mutable");
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java213 throw new IllegalStateException("only mutable bitmaps may be reconfigured");
549 * @param isMutable True if the resulting bitmap should be mutable (i.e.
744 * Returns a mutable bitmap with the specified width and height. Its
757 * Returns a mutable bitmap with the specified width and height. Its
773 * Returns a mutable bitmap with the specified width and height. Its
790 * Returns a mutable bitmap with the specified width and height. Its
998 * Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
1260 * @throws IllegalStateException if the bitmap is not mutable.
1380 * mutable) at the x,y coordinate. The color must be a
1387 * @throws IllegalStateException if the bitmap is not mutable
1568 nativeCreate(int[] colors, int offset, int stride, int width, int height, int nativeConfig, boolean mutable) argument
[all...]

Completed in 130 milliseconds