Searched refs:focusedView (Results 1 – 3 of 3) sorted by relevance
230 final View focusedView = getCurrentFocus(); in onCheckedChanged() local231 if (focusedView != null) { in onCheckedChanged()232 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in onCheckedChanged()233 focusedView.clearFocus(); in onCheckedChanged()
737 final View focusedView = mContext.getCurrentFocus(); in run() local738 if (focusedView != null) { in run()739 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in run()740 focusedView.clearFocus(); in run()
247 final View focusedView = getCurrentFocus(); in hideSoftwareKeyboard() local248 if (focusedView != null) { in hideSoftwareKeyboard()249 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in hideSoftwareKeyboard()