Home
last modified time | relevance | path

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

/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DBackStackRecord.java189 static final int OP_SET_PRIMARY_NAV = 8; field in BackStackRecord
307 case OP_SET_PRIMARY_NAV: cmdStr="SET_PRIMARY_NAV"; break; in dump()
485 addOp(new Op(OP_SET_PRIMARY_NAV, fragment)); in setPrimaryNavigationFragment()
787 case OP_SET_PRIMARY_NAV: in executeOps()
846 case OP_SET_PRIMARY_NAV: in executePopOps()
942 case OP_SET_PRIMARY_NAV: { in expandOps()
981 case OP_SET_PRIMARY_NAV: in trackAddedFragmentsInPop()
DFragmentTransition.java54 BackStackRecord.OP_SET_PRIMARY_NAV, // inverse of OP_UNSET_PRIMARY_NAV
/frameworks/base/core/java/android/app/
DBackStackRecord.java187 static final int OP_SET_PRIMARY_NAV = 8; field in BackStackRecord
331 case OP_SET_PRIMARY_NAV: in dump()
505 addOp(new Op(OP_SET_PRIMARY_NAV, fragment)); in setPrimaryNavigationFragment()
792 case OP_SET_PRIMARY_NAV: in executeOps()
851 case OP_SET_PRIMARY_NAV: in executePopOps()
947 case OP_SET_PRIMARY_NAV: { in expandOps()
DFragmentTransition.java57 BackStackRecord.OP_SET_PRIMARY_NAV, // inverse of OP_UNSET_PRIMARY_NAV