Home
last modified time | relevance | path

Searched refs:mMutable (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionWrapper.java32 final boolean mMutable; field in InputConnectionWrapper
47 mMutable = mutable; in InputConnectionWrapper()
62 if (mTarget != null && !mMutable) { in setTarget()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java789 private boolean mMutable = false; field in ImageDecoder
1454 mMutable = mutable; in setMutableRequired()
1470 return mMutable; in isMutableRequired()
1675 if (mMutable) { in checkState()
1722 mMutable, mAllocator, mUnpremultipliedRequired, in decodeBitmapInternal()
1777 if (decoder.mMutable) { in decodeDrawableImpl()
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp2562 mFd(-1), mData(nullptr), mSize(0), mMutable(false) { in Blob()
2580 mMutable = isMutable; in init()
2587 mMutable = false; in clear()
/aosp12/frameworks/native/include/binder/
H A DParcel.h1150 inline bool isMutable() const { return mMutable; }
1158 bool mMutable;
/aosp12/frameworks/native/libs/binder/include/binder/
H A DParcel.h1150 inline bool isMutable() const { return mMutable; }
1158 bool mMutable;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20755 Landroid/graphics/ImageDecoder;->mMutable:Z
63760 Landroid/view/inputmethod/InputConnectionWrapper;->mMutable:Z