Searched refs:FLAG_ROTATION_BUTTON_VISIBLE (Results 1 – 1 of 1) sorted by relevance
81 private static final int FLAG_ROTATION_BUTTON_VISIBLE = 1 << 2; field in NavbarButtonsViewController155 && ((flags & FLAG_ROTATION_BUTTON_VISIBLE) == 0))); in init()294 && (flags & FLAG_ROTATION_BUTTON_VISIBLE) == 0)); in initButtons()526 mState |= FLAG_ROTATION_BUTTON_VISIBLE; in show()534 mState &= ~FLAG_ROTATION_BUTTON_VISIBLE; in hide()