Searched defs:mutable (Results 1 - 6 of 6) 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.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/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java593 * Specify whether the {@link Bitmap} should be mutable.
599 * because {@link Bitmap.Config#HARDWARE} Bitmaps cannot be mutable.
605 * order to modify. Attempting to decode a mutable {@link Drawable} will
608 public ImageDecoder setMutable(boolean mutable) { argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java269 throw new IllegalStateException("only mutable bitmaps may be reconfigured");
651 * @param isMutable True if the resulting bitmap should be mutable (i.e.
900 * Returns a mutable bitmap with the specified width and height. Its
915 * Returns a mutable bitmap with the specified width and height. Its
934 * Returns a mutable bitmap with the specified width and height. Its
954 * Returns a mutable bitmap with the specified width and height. Its
981 * Returns a mutable bitmap with the specified width and height. Its
1005 * Returns a mutable bitmap with the specified width and height. Its
1036 throw new IllegalArgumentException("can't create mutable bitmap with Config.HARDWARE");
1352 * Returns true if the bitmap is marked as mutable (
2035 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...]
H A DImageDecoder.java1327 * Specify whether the {@link Bitmap} should be mutable.
1334 * because {@link Bitmap.Config#HARDWARE} Bitmaps cannot be mutable.
1340 * order to modify. Attempting to decode a mutable {@link Drawable} will
1346 public void setMutableRequired(boolean mutable) { argument
1347 mMutable = mutable;
1354 public ImageDecoder setMutable(boolean mutable) { argument
1355 this.setMutableRequired(mutable);
1360 * Return whether the decoded {@link Bitmap} will be mutable.
1570 throw new IllegalStateException("Cannot make mutable HARDWARE Bitmap!");
1664 throw new IllegalStateException("Cannot decode a mutable "
1890 nDecodeBitmap(long nativePtr, @NonNull ImageDecoder decoder, boolean doPostProcess, int width, int height, @Nullable Rect cropRect, boolean mutable, int allocator, boolean unpremulRequired, boolean conserveMemory, boolean decodeAsAlphaMask, @Nullable ColorSpace desiredColorSpace) 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 94 milliseconds