Searched refs:OP_REMOVE (Results 1 – 3 of 3) sorted by relevance
182 static final int OP_REMOVE = 3; field in BackStackRecord316 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()
49 BackStackRecord.OP_REMOVE, // inverse of OP_ADD1290 case BackStackRecord.OP_REMOVE: in addToFirstInLastOut()
4113 Landroid/app/BackStackRecord;->OP_REMOVE:I