Lines Matching refs:inputMethodWindowContext
96 private static InputContext inputMethodWindowContext;
372 if (inputMethodWindowContext != null && inputMethodWindowContext != this &&
373 inputMethodWindowContext.inputMethodLocator != null &&
374 !inputMethodWindowContext.inputMethodLocator.sameInputMethod(inputMethodLocator) &&
375 inputMethodWindowContext.inputMethod != null) {
376 inputMethodWindowContext.inputMethod.hideWindows();
378 inputMethodWindowContext = this;
561 if (this == inputMethodWindowContext) {
563 inputMethodWindowContext = null;
666 if (this == inputMethodWindowContext) {
668 inputMethodWindowContext = null;