Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DBackStackRecord.java182 static final int OP_REMOVE = 3; field in BackStackRecord
316 case OP_REMOVE: in dump()
475 addOp(new Op(OP_REMOVE, fragment)); in remove()
772 case OP_REMOVE: in executeOps()
831 case OP_REMOVE: in executePopOps()
860 if (!mReorderingAllowed && op.cmd != OP_REMOVE && f != null) { in executePopOps()
900 case OP_REMOVE: in expandOps()
927 final Op removeOp = new Op(OP_REMOVE, old); in expandOps()
976 case OP_REMOVE: in trackAddedFragmentsInPop()
H A DFragmentTransition.java49 BackStackRecord.OP_REMOVE, // inverse of OP_ADD
1290 case BackStackRecord.OP_REMOVE: in addToFirstInLastOut()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DPackageUpdatedTask.java73 public static final int OP_REMOVE = 3; // uninstalled field in PackageUpdatedTask
139 case OP_REMOVE: { in execute()
216 if (mOp == OP_REMOVE) { in execute()
324 if (mOp == OP_REMOVE) { in execute()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java170 int op = PackageUpdatedTask.OP_REMOVE; in onPackagesRemoved()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt4110 Landroid/app/BackStackRecord;->OP_REMOVE:I