Searched refs:inputMethodWindowContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputContext.java96 private static InputContext inputMethodWindowContext; field in class:InputContext
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
[all...]

Completed in 63 milliseconds