Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:windowToken

962      * @param windowToken The token of the window that is making the request,
967 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) {
968 return hideSoftInputFromWindow(windowToken, flags, null);
977 * @param windowToken The token of the window that is making the request,
987 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags,
991 if (mServedView == null || mServedView.getWindowToken() != windowToken) {
1008 * @param windowToken The token of the window that is making the request,
1017 public void toggleSoftInputFromWindow(IBinder windowToken, int showFlags, int hideFlags) {
1019 if (mServedView == null || mServedView.getWindowToken() != windowToken) {