Searched refs:KEY_RESTORE_SOFT_INPUT (Results 1 – 1 of 1) sorted by relevance
177 private static final String KEY_RESTORE_SOFT_INPUT = "restoreSoftInput"; field in ContactEditorFragment663 outState.putBoolean(KEY_RESTORE_SOFT_INPUT, inputMethodManager.isActive(focusedView)); in onSaveInstanceState()1805 boolean shouldRestoreSoftInput = savedInstanceState.getBoolean(KEY_RESTORE_SOFT_INPUT); in maybeRestoreFocus()