Home
last modified time | relevance | path

Searched refs:postEventQueue (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java173 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
174 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
465 PostEventQueue postEventQueue = in postEvent() local
467 if (postEventQueue != null) { in postEvent()
468 postEventQueue.postEvent(event); in postEvent()
501 PostEventQueue postEventQueue = in flushPendingEvents() local
503 if (postEventQueue != null) { in flushPendingEvents()
504 postEventQueue.flush(); in flushPendingEvents()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java134 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
135 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
426 PostEventQueue postEventQueue = in postEvent() local
428 if (postEventQueue != null) { in postEvent()
429 postEventQueue.postEvent(event); in postEvent()
462 PostEventQueue postEventQueue = in flushPendingEvents() local
464 if (postEventQueue != null) { in flushPendingEvents()
465 postEventQueue.flush(); in flushPendingEvents()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java173 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
174 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
465 PostEventQueue postEventQueue = in postEvent() local
467 if (postEventQueue != null) { in postEvent()
468 postEventQueue.postEvent(event); in postEvent()
501 PostEventQueue postEventQueue = in flushPendingEvents() local
503 if (postEventQueue != null) { in flushPendingEvents()
504 postEventQueue.flush(); in flushPendingEvents()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java131 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
132 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
507 PostEventQueue postEventQueue = in postEvent() local
509 if (postEventQueue != null) { in postEvent()
510 postEventQueue.postEvent(event); in postEvent()
542 PostEventQueue postEventQueue = in flushPendingEvents() local
544 if (postEventQueue != null) { in flushPendingEvents()
545 postEventQueue.flush(); in flushPendingEvents()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java134 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
135 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
426 PostEventQueue postEventQueue = in postEvent() local
428 if (postEventQueue != null) { in postEvent()
429 postEventQueue.postEvent(event); in postEvent()
462 PostEventQueue postEventQueue = in flushPendingEvents() local
464 if (postEventQueue != null) { in flushPendingEvents()
465 postEventQueue.flush(); in flushPendingEvents()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java173 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
174 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
465 PostEventQueue postEventQueue = in postEvent() local
467 if (postEventQueue != null) { in postEvent()
468 postEventQueue.postEvent(event); in postEvent()
501 PostEventQueue postEventQueue = in flushPendingEvents() local
503 if (postEventQueue != null) { in flushPendingEvents()
504 postEventQueue.flush(); in flushPendingEvents()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java178 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
179 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
470 PostEventQueue postEventQueue = in postEvent() local
472 if (postEventQueue != null) { in postEvent()
473 postEventQueue.postEvent(event); in postEvent()
506 PostEventQueue postEventQueue = in flushPendingEvents() local
508 if (postEventQueue != null) { in flushPendingEvents()
509 postEventQueue.flush(); in flushPendingEvents()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java134 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
135 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
426 PostEventQueue postEventQueue = in postEvent() local
428 if (postEventQueue != null) { in postEvent()
429 postEventQueue.postEvent(event); in postEvent()
462 PostEventQueue postEventQueue = in flushPendingEvents() local
464 if (postEventQueue != null) { in flushPendingEvents()
465 postEventQueue.flush(); in flushPendingEvents()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java134 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
135 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
426 PostEventQueue postEventQueue = in postEvent() local
428 if (postEventQueue != null) { in postEvent()
429 postEventQueue.postEvent(event); in postEvent()
462 PostEventQueue postEventQueue = in flushPendingEvents() local
464 if (postEventQueue != null) { in flushPendingEvents()
465 postEventQueue.flush(); in flushPendingEvents()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java131 PostEventQueue postEventQueue = new PostEventQueue(eventQueue); in initEQ() local
132 appContext.put(POST_EVENT_QUEUE_KEY, postEventQueue); in initEQ()
507 PostEventQueue postEventQueue = in postEvent() local
509 if (postEventQueue != null) { in postEvent()
510 postEventQueue.postEvent(event); in postEvent()
542 PostEventQueue postEventQueue = in flushPendingEvents() local
544 if (postEventQueue != null) { in flushPendingEvents()
545 postEventQueue.flush(); in flushPendingEvents()