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

/frameworks/base/awt/java/awt/
H A DAWTEvent.java109 * The Constant PAINT_EVENT_MASK indicates the event relates to a paint
112 public static final long PAINT_EVENT_MASK = 8192; field in class:AWTEvent
223 eventsMap.put(new Integer(PaintEvent.PAINT), new EventDescriptor(PAINT_EVENT_MASK, null));
224 eventsMap.put(new Integer(PaintEvent.UPDATE), new EventDescriptor(PAINT_EVENT_MASK, null));

Completed in 67 milliseconds