Searched refs:currentFocus (Results 1 – 1 of 1) sorted by relevance
289 View currentFocus = getActivity().getCurrentFocus(); in hideKeyboard() local290 if (currentFocus == null) { in hideKeyboard()291 currentFocus = getActivity().getWindow().getDecorView(); in hideKeyboard()294 if (currentFocus != null) { in hideKeyboard()296 (InputMethodManager) currentFocus.getContext() in hideKeyboard()299 .hideSoftInputFromWindow(currentFocus.getWindowToken(), 0); in hideKeyboard()