Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:windowToken

893      * @param windowToken The token of the window that is making the request,
898 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) {
899 return hideSoftInputFromWindow(windowToken, flags, null);
908 * @param windowToken The token of the window that is making the request,
918 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags,
922 if (mServedView == null || mServedView.getWindowToken() != windowToken) {
939 * @param windowToken The token of the window that is making the request,
948 public void toggleSoftInputFromWindow(IBinder windowToken, int showFlags, int hideFlags) {
950 if (mServedView == null || mServedView.getWindowToken() != windowToken) {