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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodContext.java96 boolean useBelowTheSpotInput() { method in class:InputMethodContext
120 if (haveActiveClient() && !useBelowTheSpotInput()) {
191 || (useBelowTheSpotInput() && !dispatchingCommittedText)) {
328 if (haveActiveClient() && !useBelowTheSpotInput()) {
H A DCompositionAreaHandler.java81 if (req != null && inputMethodContext.useBelowTheSpotInput()) {
H A DInputContext.java346 if (req != null && inputContext.useBelowTheSpotInput()) {

Completed in 813 milliseconds