Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
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()
DFragmentTransition.java49 BackStackRecord.OP_REMOVE, // inverse of OP_ADD
1285 case BackStackRecord.OP_REMOVE: in addToFirstInLastOut()
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DBackStackRecord.java184 static final int OP_REMOVE = 3; field in BackStackRecord
302 case OP_REMOVE: cmdStr="REMOVE"; break; in dump()
450 addOp(new Op(OP_REMOVE, fragment)); in remove()
767 case OP_REMOVE: in executeOps()
826 case OP_REMOVE: in executePopOps()
855 if (!mReorderingAllowed && op.cmd != OP_REMOVE && f != null) { in executePopOps()
895 case OP_REMOVE: in expandOps()
922 final Op removeOp = new Op(OP_REMOVE, old); in expandOps()
974 case OP_REMOVE: in trackAddedFragmentsInPop()
DFragmentTransition.java46 BackStackRecord.OP_REMOVE, // inverse of OP_ADD
1157 case BackStackRecord.OP_REMOVE: in addToFirstInLastOut()