Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DAmbientVolumeLayout.java56 private boolean mMutable = false; field in AmbientVolumeLayout
104 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()
/frameworks/base/core/java/com/android/internal/os/
DApplicationSharedMemory.java156 private final boolean mMutable; field in ApplicationSharedMemory
170 mMutable = mutable; in ApplicationSharedMemory()
294 if (!mMutable) { in checkMutable()
311 return isMapped() && mMutable; in isMutable()
DBatteryStatsHistory.java367 private boolean mMutable = true; field in BatteryStatsHistory
455 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()
/frameworks/base/core/java/android/view/inputmethod/
DInputConnectionWrapper.java40 final boolean mMutable; field in InputConnectionWrapper
53 mMutable = mutable; in InputConnectionWrapper()
67 if (mTarget != null && !mMutable) { in setTarget()
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java838 private boolean mMutable = false; field in ImageDecoder
1472 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()
/frameworks/base/core/java/android/app/
DPropertyInvalidatedCache.java2367 private final boolean mMutable;
2395 mMutable = mutable;
2541 if (!mMutable) {
/frameworks/native/libs/binder/include/binder/
DParcel.h1411 LIBBINDER_EXPORTED inline bool isMutable() const { return mMutable; }
1419 bool mMutable;
/frameworks/native/include/binder/
DParcel.h1411 LIBBINDER_EXPORTED inline bool isMutable() const { return mMutable; }
1419 bool mMutable;
/frameworks/native/libs/binder/
DParcel.cpp3435 mFd(-1), mData(nullptr), mSize(0), mMutable(false) { in Blob()
3455 mMutable = isMutable; in init()
3462 mMutable = false; in clear()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17877 Landroid/graphics/ImageDecoder;->mMutable:Z
59794 Landroid/view/inputmethod/InputConnectionWrapper;->mMutable:Z