Searched refs:mMutable (Results 1 – 7 of 7) sorted by relevance
40 final boolean mMutable; field in InputConnectionWrapper53 mMutable = mutable; in InputConnectionWrapper()67 if (mTarget != null && !mMutable) { in setTarget()
836 private boolean mMutable = false; field in ImageDecoder1470 mMutable = mutable; in setMutableRequired()1477 return mMutable; in isMutableRequired()1629 if (mMutable) { in checkState()1676 mMutable, mAllocator, mUnpremultipliedRequired, in decodeBitmapInternal()1760 if (decoder.mMutable) { in decodeDrawableImpl()
214 private boolean mMutable = true; field in BatteryStatsHistory620 mMutable = false; in BatteryStatsHistory()658 mMutable = false; in BatteryStatsHistory()724 return !mMutable || mActiveFile == null/* || mHistoryDir == null*/; in isReadOnly()826 if (mMutable) { in iterate()934 if (mMutable) { in checkImmutable()1778 if (!mMutable) { in writeHistoryItem()1919 if (!mMutable) { in writeHistoryItem()
1402 LIBBINDER_EXPORTED inline bool isMutable() const { return mMutable; }1410 bool mMutable;
3321 mFd(-1), mData(nullptr), mSize(0), mMutable(false) { in Blob()3339 mMutable = isMutable; in init()3346 mMutable = false; in clear()
17877 Landroid/graphics/ImageDecoder;->mMutable:Z59794 Landroid/view/inputmethod/InputConnectionWrapper;->mMutable:Z