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.java86 * @param isMutable whether the bitmap is mutable
104 * @param isMutable whether the bitmap is mutable
122 * @param isMutable whether the bitmap is mutable
191 int height, int nativeConfig, boolean mutable) {
204 return createBitmap(delegate, mutable, Bitmap.getDefaultDensity());
190 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.java309 * @param isMutable True if the resulting bitmap should be mutable (i.e.
468 * Returns a mutable bitmap with the specified width and height. Its
594 * Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
727 * @throws IllegalStateException if the bitmap is not mutable.
844 * mutable) at the x,y coordinate.
849 * @throws IllegalStateException if the bitmap is not mutable
877 * @throws IllegalStateException if the bitmap is not mutable
1024 int nativeConfig, boolean mutable);
1022 nativeCreate(int[] colors, int offset, int stride, int width, int height, int nativeConfig, boolean mutable) argument

Completed in 93 milliseconds