HomeSort by relevance Sort by last modified time
    Searched refs:OP_SET_PRIMARY_NAV (Results 1 - 5 of 5) sorted by null

  /frameworks/support/fragment/java/android/support/v4/app/
BackStackRecord.java 189 static final int OP_SET_PRIMARY_NAV = 8;
307 case OP_SET_PRIMARY_NAV: cmdStr="SET_PRIMARY_NAV"; break;
482 addOp(new Op(OP_SET_PRIMARY_NAV, fragment));
784 case OP_SET_PRIMARY_NAV:
843 case OP_SET_PRIMARY_NAV:
869 * <p>Adds OP_UNSET_PRIMARY_NAV ops to match OP_SET_PRIMARY_NAV, OP_REMOVE and OP_DETACH
    [all...]
FragmentTransition.java 52 BackStackRecord.OP_UNSET_PRIMARY_NAV, // inverse of OP_SET_PRIMARY_NAV
53 BackStackRecord.OP_SET_PRIMARY_NAV, // inverse of OP_UNSET_PRIMARY_NAV
    [all...]
  /frameworks/base/core/java/android/app/
BackStackRecord.java 187 static final int OP_SET_PRIMARY_NAV = 8;
331 case OP_SET_PRIMARY_NAV:
505 addOp(new Op(OP_SET_PRIMARY_NAV, fragment));
792 case OP_SET_PRIMARY_NAV:
851 case OP_SET_PRIMARY_NAV:
877 * <p>Adds OP_UNSET_PRIMARY_NAV ops to match OP_SET_PRIMARY_NAV, OP_REMOVE and OP_DETACH
    [all...]
FragmentTransition.java 56 BackStackRecord.OP_UNSET_PRIMARY_NAV, // inverse of OP_SET_PRIMARY_NAV
57 BackStackRecord.OP_SET_PRIMARY_NAV, // inverse of OP_UNSET_PRIMARY_NAV
    [all...]
  /prebuilts/sdk/current/support/fragment/
android-support-fragment.jar 

Completed in 332 milliseconds