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.java436 * @param isMutable True if the resulting bitmap should be mutable (i.e.
624 * Returns a mutable bitmap with the specified width and height. Its
637 * Returns a mutable bitmap with the specified width and height. Its
653 * Returns a mutable bitmap with the specified width and height. Its
670 * Returns a mutable bitmap with the specified width and height. Its
880 * Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
1085 * @throws IllegalStateException if the bitmap is not mutable.
1205 * mutable) at the x,y coordinate. The color must be a
1212 * @throws IllegalStateException if the bitmap is not mutable
1242 * @throws IllegalStateException if the bitmap is not mutable
1393 nativeCreate(int[] colors, int offset, int stride, int width, int height, int nativeConfig, boolean mutable) argument
[all...]

Completed in 47 milliseconds