Searched defs:mutable (Results 1 - 3 of 3) 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/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java87 * @param isMutable whether the bitmap is mutable
105 * @param isMutable whether the bitmap is mutable
123 * @param isMutable whether the bitmap is mutable
201 int height, int nativeConfig, boolean mutable) {
214 return createBitmap(delegate, mutable, Bitmap.getDefaultDensity());
200 nativeCreate(int[] colors, int offset, int stride, int width, int height, int nativeConfig, boolean mutable) argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java397 * @param isMutable True if the resulting bitmap should be mutable (i.e.
576 * Returns a mutable bitmap with the specified width and height. Its
589 * Returns a mutable bitmap with the specified width and height. Its
734 * Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
873 * @throws IllegalStateException if the bitmap is not mutable.
990 * mutable) at the x,y coordinate.
995 * @throws IllegalStateException if the bitmap is not mutable
1023 * @throws IllegalStateException if the bitmap is not mutable
1176 int nativeConfig, boolean mutable);
1174 nativeCreate(int[] colors, int offset, int stride, int width, int height, int nativeConfig, boolean mutable) argument

Completed in 2350 milliseconds