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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputContext.java107 private Rectangle clientWindowLocation = null; field in class:InputContext
929 clientWindowLocation = null;
937 clientWindowLocation = null;
955 clientWindowLocation = null;
960 if (clientWindowLocation == null || !clientWindowLocation.equals(location)) {
961 clientWindowLocation = location;
962 inputMethod.notifyClientWindowChange(clientWindowLocation);

Completed in 23 milliseconds