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