Searched refs:KEY_BOTTOM_SHEET_STATE (Results 1 – 2 of 2) sorted by relevance
132 static final String KEY_BOTTOM_SHEET_STATE = "key_bottom_sheet_state"; field in PreviewFragment239 : savedInstanceState.getInt(KEY_BOTTOM_SHEET_STATE, STATE_EXPANDED); in onCreateView()459 outState.putInt(KEY_BOTTOM_SHEET_STATE, bottomSheetBehavior.getState()); in onSaveInstanceState()
172 outState.putInt(KEY_BOTTOM_SHEET_STATE, bottomSheetBehavior.getState()); in onSaveInstanceState()