Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DKeyboardActivity.java81 InputMethodInfo currentInputMethodInfo = getCurrentInputMethodInfo(); in onActionClicked() local
82 if (currentInputMethodInfo != null && in onActionClicked()
83 currentInputMethodInfo.getSettingsActivity() != null) { in onActionClicked()
84 startActivity(getInputMethodSettingsIntent(currentInputMethodInfo)); in onActionClicked()
116 InputMethodInfo currentInputMethodInfo = getCurrentInputMethodInfo(); in refreshActionList() local
123 if (currentInputMethodInfo != null in refreshActionList()
124 && currentInputMethodInfo.getSettingsActivity() != null) { in refreshActionList()
132 action.setChecked(currentInputMethodInfo != null && in refreshActionList()
133 action.getKey().equals(currentInputMethodInfo.getId())); in refreshActionList()