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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodManager.java247 private InputContext currentInputContext; field in class:ExecutableInputMethodManager
373 if (currentInputContext != null && inputContext != null) {
377 currentInputContext = inputContext;
494 requestInputContext = currentInputContext;
501 InputContext inputContext = currentInputContext;

Completed in 49 milliseconds