Searched refs:EXTRA_FOCUS_SELECTION_END (Results 1 – 1 of 1) sorted by relevance
263 private static final String EXTRA_FOCUS_SELECTION_END = "focusSelectionEnd"; field in ComposeActivity1017 int selectionEnd = mInnerSavedState.getInt(EXTRA_FOCUS_SELECTION_END); in onRestoreInstanceState()1052 state.putInt(EXTRA_FOCUS_SELECTION_END, focusEditText.getSelectionEnd()); in saveState()