Searched defs:mutable (Results 1 - 4 of 4) sorted by last modified time

/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. ...
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java378 * If the <code>stats</code> object is mutable, <code>mutable</code> will be true,
383 * @param mutable Whether or not the data inside the stats object is mutable.
386 void combine(IntervalStats stats, boolean mutable, List<T> accumulatedResult); argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java252 throw new IllegalStateException("only mutable bitmaps may be reconfigured");
619 * @param isMutable True if the resulting bitmap should be mutable (i.e.
868 * Returns a mutable bitmap with the specified width and height. Its
883 * Returns a mutable bitmap with the specified width and height. Its
902 * Returns a mutable bitmap with the specified width and height. Its
922 * Returns a mutable bitmap with the specified width and height. Its
949 * Returns a mutable bitmap with the specified width and height. Its
973 * Returns a mutable bitmap with the specified width and height. Its
1004 throw new IllegalArgumentException("can't create mutable bitmap with Config.HARDWARE");
1242 * Returns true if the bitmap is marked as mutable (
1917 nativeCreate(int[] colors, int offset, int stride, int width, int height, int nativeConfig, boolean mutable, @Nullable @Size(9) float[] xyzD50, @Nullable ColorSpace.Rgb.TransferParameters p) argument
[all...]
/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");

Completed in 160 milliseconds