Home
last modified time | relevance | path

Searched refs:KEY_RESTORE_SOFT_INPUT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java177 private static final String KEY_RESTORE_SOFT_INPUT = "restoreSoftInput"; field in ContactEditorFragment
663 outState.putBoolean(KEY_RESTORE_SOFT_INPUT, inputMethodManager.isActive(focusedView)); in onSaveInstanceState()
1805 boolean shouldRestoreSoftInput = savedInstanceState.getBoolean(KEY_RESTORE_SOFT_INPUT); in maybeRestoreFocus()