Searched refs:mMutable (Results 1 – 10 of 10) sorted by relevance
56 private boolean mMutable = false; field in AmbientVolumeLayout104 if (!mMutable) { in init()172 mMutable = mutable; in setMutable()173 if (!mMutable) { in setMutable()182 return mMutable; in isMutable()187 if (!mMutable && muted) { in setMuted()191 if (mMutable && mMuted) { in setMuted()311 if (mMutable) { in updateVolumeIcon()
156 private final boolean mMutable; field in ApplicationSharedMemory170 mMutable = mutable; in ApplicationSharedMemory()294 if (!mMutable) { in checkMutable()311 return isMapped() && mMutable; in isMutable()
367 private boolean mMutable = true; field in BatteryStatsHistory455 mMutable = false; in BatteryStatsHistory()491 mMutable = false; in BatteryStatsHistory()566 return !mMutable || mActiveFragment == null || mStore == null; in isReadOnly()663 if (mMutable || mIteratorCookie != 0) { in iterate()696 if (mMutable) { in getParcelContainers()1634 if (!mMutable) { in writeHistoryItem()1776 if (!mMutable) { in writeHistoryItem()
40 final boolean mMutable; field in InputConnectionWrapper53 mMutable = mutable; in InputConnectionWrapper()67 if (mTarget != null && !mMutable) { in setTarget()
838 private boolean mMutable = false; field in ImageDecoder1472 mMutable = mutable; in setMutableRequired()1479 return mMutable; in isMutableRequired()1631 if (mMutable) { in checkState()1678 mMutable, mAllocator, mUnpremultipliedRequired, in decodeBitmapInternal()1762 if (decoder.mMutable) { in decodeDrawableImpl()
2367 private final boolean mMutable;2395 mMutable = mutable;2541 if (!mMutable) {
1411 LIBBINDER_EXPORTED inline bool isMutable() const { return mMutable; }1419 bool mMutable;
3435 mFd(-1), mData(nullptr), mSize(0), mMutable(false) { in Blob()3455 mMutable = isMutable; in init()3462 mMutable = false; in clear()
17877 Landroid/graphics/ImageDecoder;->mMutable:Z59794 Landroid/view/inputmethod/InputConnectionWrapper;->mMutable:Z