Searched refs:hideSoftInputFromView (Results 1 – 5 of 5) sorted by relevance
475 inputMethodManager.hideSoftInputFromView(mHourSpinnerInput, 0); in updateInputState()478 inputMethodManager.hideSoftInputFromView(mMinuteSpinnerInput, 0); in updateInputState()481 inputMethodManager.hideSoftInputFromView(mAmPmSpinnerInput, 0); in updateInputState()
644 inputMethodManager.hideSoftInputFromView(mYearSpinnerInput, 0); in updateInputState()647 inputMethodManager.hideSoftInputFromView(mMonthSpinnerInput, 0); in updateInputState()650 inputMethodManager.hideSoftInputFromView(mDaySpinnerInput, 0); in updateInputState()
1332 inputMethodManager.hideSoftInputFromView(mInputText, 0); in hideSoftInput()
386 imm.hideSoftInputFromView(focused, 0); in ensureImeClosedAndInputFocusCleared()
2517 public boolean hideSoftInputFromView(@NonNull View view, @HideFlags int flags) { in hideSoftInputFromView() method in InputMethodManager