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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionWrapper.java39 * @param mutable set {@code true} to protect this object from being reconfigured to target
42 public InputConnectionWrapper(InputConnection target, boolean mutable) { argument
43 mMutable = mutable;
59 throw new SecurityException("not mutable");
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java373 * If the <code>stats</code> object is mutable, <code>mutable</code> will be true,
378 * @param mutable Whether or not the data inside the stats object is mutable.
381 void combine(IntervalStats stats, boolean mutable, List<T> accumulatedResult); argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java257 throw new IllegalStateException("only mutable bitmaps may be reconfigured");
586 * @param isMutable True if the resulting bitmap should be mutable (i.e.
814 * Returns a mutable bitmap with the specified width and height. Its
827 * Returns a mutable bitmap with the specified width and height. Its
843 * Returns a mutable bitmap with the specified width and height. Its
860 * Returns a mutable bitmap with the specified width and height. Its
1082 * Returns true if the bitmap is marked as mutable (i.e.&nbsp;can be drawn into)
1377 * @throws IllegalStateException if the bitmap is not mutable.
1498 * mutable) at the x,y coordinate. The color must be a
1505 * @throws IllegalStateException if the bitmap is not mutable
1688 nativeCreate(int[] colors, int offset, int stride, int width, int height, int nativeConfig, boolean mutable) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 151 milliseconds