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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodContext.java69 static private boolean belowTheSpotInputRequested; field in class:InputMethodContext
82 belowTheSpotInputRequested = "below-the-spot".equals(inputStyle);
97 return belowTheSpotInputRequested && inputMethodSupportsBelowTheSpot;

Completed in 28 milliseconds