Searched defs:mutable (Results 1 - 3 of 3) sorted by path

/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.java224 throw new IllegalStateException("only mutable bitmaps may be reconfigured");
551 * @param isMutable True if the resulting bitmap should be mutable (i.e.
747 * Returns a mutable bitmap with the specified width and height. Its
760 * Returns a mutable bitmap with the specified width and height. Its
776 * Returns a mutable bitmap with the specified width and height. Its
793 * Returns a mutable bitmap with the specified width and height. Its
1015 * Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
1286 * @throws IllegalStateException if the bitmap is not mutable.
1406 * mutable) at the x,y coordinate. The color must be a
1413 * @throws IllegalStateException if the bitmap is not mutable
1607 nativeCreate(int[] colors, int offset, int stride, int width, int height, int nativeConfig, boolean mutable) argument
[all...]
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java323 * If the <code>stats</code> object is mutable, <code>mutable</code> will be true,
328 * @param mutable Whether or not the data inside the stats object is mutable.
331 void combine(IntervalStats stats, boolean mutable, List<T> accumulatedResult); argument

Completed in 97 milliseconds