Home
last modified time | relevance | path

Searched defs:hideSoftInputFromWindow (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/inputmethod/
DInputMethodManager_Delegate.java61 /*package*/ static boolean hideSoftInputFromWindow(InputMethodManager thisManager, in hideSoftInputFromWindow() method in InputMethodManager_Delegate
67 /*package*/ static boolean hideSoftInputFromWindow(InputMethodManager thisManager, in hideSoftInputFromWindow() method in InputMethodManager_Delegate
73 /*package*/ static boolean hideSoftInputFromWindow(InputMethodManager thisManager, in hideSoftInputFromWindow() method in InputMethodManager_Delegate
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java2271 public boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags) { in hideSoftInputFromWindow() method in InputMethodManager
2299 public boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags, in hideSoftInputFromWindow() method in InputMethodManager
2305 private boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags, in hideSoftInputFromWindow() method in InputMethodManager