Searched refs:FLAG_ROTATION_BUTTON_VISIBLE (Results 1 – 1 of 1) sorted by relevance
125 private static final int FLAG_ROTATION_BUTTON_VISIBLE = 1 << 2; field in NavbarButtonsViewController265 && ((flags & FLAG_ROTATION_BUTTON_VISIBLE) == 0))); in setupController()442 && (flags & FLAG_ROTATION_BUTTON_VISIBLE) == 0)); in initButtons()1051 appendFlag(str, flags, FLAG_ROTATION_BUTTON_VISIBLE, "FLAG_ROTATION_BUTTON_VISIBLE"); in getStateString()1121 mState |= FLAG_ROTATION_BUTTON_VISIBLE; in show()1129 mState &= ~FLAG_ROTATION_BUTTON_VISIBLE; in hide()