Home | History | Annotate | Download | only in app

Lines Matching defs:doAddOp

409         doAddOp(0, fragment, tag, OP_ADD);
414 doAddOp(containerViewId, fragment, null, OP_ADD);
419 doAddOp(containerViewId, fragment, tag, OP_ADD);
423 private void doAddOp(int containerViewId, Fragment fragment, String tag, int opcmd) {
470 doAddOp(containerViewId, fragment, tag, OP_REPLACE);