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.java67 /*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
79 /*package*/ static boolean hideSoftInputFromWindow(InputMethodManager thisManager, in hideSoftInputFromWindow() method in InputMethodManager_Delegate
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java2604 public boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags) { in hideSoftInputFromWindow() method in InputMethodManager
2642 public boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags, in hideSoftInputFromWindow() method in InputMethodManager
2648 private boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags, in hideSoftInputFromWindow() method in InputMethodManager