Home | History | Annotate | Download | only in app

Lines Matching defs:doAddOp

379         doAddOp(0, fragment, tag, OP_ADD);
385 doAddOp(containerViewId, fragment, null, OP_ADD);
391 doAddOp(containerViewId, fragment, tag, OP_ADD);
395 private void doAddOp(int containerViewId, Fragment fragment, @Nullable String tag, int opcmd) {
444 doAddOp(containerViewId, fragment, tag, OP_REPLACE);