Lines Matching refs:when
68 * This flag indicates that the Shift key was down when the event
74 * This flag indicates that the Control key was down when the event
80 * This flag indicates that the Meta key was down when the event
87 * This flag indicates that the Alt key was down when
465 public long when;
541 * The next event. This field is set when putting events into a
620 * @param when the time stamp.
628 public Event(Object target, long when, int id, int x, int y, int key,
631 this.when = when;
671 * @param when the time stamp.
678 public Event(Object target, long when, int id, int x, int y, int key, int modifiers) {
679 this(target, when, id, x, y, key, modifiers, null);