Searched refs:KEY_IS_EXPANDED (Results 1 – 1 of 1) sorted by relevance
32 private static final String KEY_IS_EXPANDED = "key_actionbar_is_expanded"; field in ActionBarController159 outState.putBoolean(KEY_IS_EXPANDED, searchBox.isExpanded()); in saveInstanceState()175 final boolean isSearchBoxExpanded = inState.getBoolean(KEY_IS_EXPANDED); in restoreInstanceState()