Home
last modified time | relevance | path

Searched refs:mReorderingAllowed (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java56 private boolean mReorderingAllowed; field in VisualStabilityManager
137 boolean changedToTrue = reorderingAllowed && !mReorderingAllowed; in updateReorderingAllowed()
138 mReorderingAllowed = reorderingAllowed; in updateReorderingAllowed()
156 return mReorderingAllowed; in isReorderingAllowed()
165 if (mReorderingAllowed) { in canReorderNotification()
/frameworks/base/core/java/android/app/
DBackStackRecord.java46 final boolean mReorderingAllowed; field in BackStackState
76 mReorderingAllowed = bse.mReorderingAllowed; in BackStackState()
91 mReorderingAllowed = in.readInt() != 0; in BackStackState()
134 bse.mReorderingAllowed = mReorderingAllowed; in instantiate()
155 dest.writeInt(mReorderingAllowed ? 1 : 0); in writeToParcel()
219 boolean mReorderingAllowed; field in BackStackRecord
371 mReorderingAllowed = mManager.getTargetSdk() > Build.VERSION_CODES.N_MR1; in BackStackRecord()
667 mReorderingAllowed = reorderingAllowed; in setReorderingAllowed()
801 if (!mReorderingAllowed && op.cmd != OP_ADD && f != null) { in executeOps()
805 if (!mReorderingAllowed) { in executeOps()
[all …]
DFragmentManager.java2144 final boolean canReorder = records.get(recordNum).mReorderingAllowed; in removeRedundantOperationsAndExecute()
2156 && !records.get(reorderingEnd).mReorderingAllowed) { in removeRedundantOperationsAndExecute()
2180 final boolean allowReordering = records.get(startIndex).mReorderingAllowed; in executeOpsTogether()
DFragmentTransition.java1322 Build.VERSION_CODES.N && !transaction.mReorderingAllowed) { in addToFirstInLastOut()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt4103 Landroid/app/BackStackRecord;->mReorderingAllowed:Z