HomeSort by relevance Sort by last modified time
    Searched defs:hideSoftInputFromWindow (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 698 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
706 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
714 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
722 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
770 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
777 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
784 * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)
793 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) {
794 return hideSoftInputFromWindow(windowToken, flags, null);
813 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 214 mInputMethodManager.hideSoftInputFromWindow(mWindowToken, 0);
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 58 milliseconds