Searched defs:KEY_LOCATION_UNKNOWN (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java824 public static final int KEY_LOCATION_UNKNOWN = 0; field in class:KeyEvent
891 * The only legal values are <code>KEY_LOCATION_UNKNOWN</code>,
976 * values are <code>KEY_LOCATION_UNKNOWN</code>,
985 * <code>keyLocation</code> is not <code>KEY_LOCATION_UNKNOWN</code>;
1008 if (keyLocation != KEY_LOCATION_UNKNOWN) {
1016 if ((keyLocation < KEY_LOCATION_UNKNOWN) ||
1071 KEY_LOCATION_UNKNOWN);
1162 * Always returns <code>KEY_LOCATION_UNKNOWN</code> for
1567 case KEY_LOCATION_UNKNOWN:
1568 str.append("KEY_LOCATION_UNKNOWN");
[all...]

Completed in 57 milliseconds