Searched refs:FLAG_ONLY_BACK_FOR_BOUNCER_VISIBLE (Results 1 – 1 of 1) sorted by relevance
127 private static final int FLAG_ONLY_BACK_FOR_BOUNCER_VISIBLE = 1 << 4; field in NavbarButtonsViewController324 flags -> (flags & FLAG_ONLY_BACK_FOR_BOUNCER_VISIBLE) != 0)); in setupController()381 (flags & FLAG_ONLY_BACK_FOR_BOUNCER_VISIBLE) != 0 || in initButtons()402 mBackButton, flags -> (flags & FLAG_ONLY_BACK_FOR_BOUNCER_VISIBLE) != 0 in initButtons()511 updateStateForFlag(FLAG_ONLY_BACK_FOR_BOUNCER_VISIBLE, isBouncerVisible); in setBackForBouncer()1053 appendFlag(str, flags, FLAG_ONLY_BACK_FOR_BOUNCER_VISIBLE, in getStateString()