Home
last modified time | relevance | path

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

/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