Home
last modified time | relevance | path

Searched refs:OP_REPLACE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DBackStackRecord.java181 static final int OP_REPLACE = 2; field in BackStackRecord
313 case OP_REPLACE: in dump()
470 doAddOp(containerViewId, fragment, tag, OP_REPLACE); in replace()
910 case OP_REPLACE: { in expandOps()
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DBackStackRecord.java183 static final int OP_REPLACE = 2; field in BackStackRecord
301 case OP_REPLACE: cmdStr="REPLACE"; break; in dump()
444 doAddOp(containerViewId, fragment, tag, OP_REPLACE); in replace()
905 case OP_REPLACE: { in expandOps()