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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDropTargetContextPeer.java134 boolean dispatchType) {
132 postDropTargetEvent(Component component, int x, int y, int dropAction, int actions, long[] formats, long nativeCtxt, int eventID, boolean dispatchType) argument
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDragSourceContextPeer.java254 final int dispatchType) {
265 EventDispatcher dispatcher = new EventDispatcher(dispatchType, event);
439 private final int dispatchType; field in class:SunDragSourceContextPeer.EventDispatcher
443 EventDispatcher(int dispatchType, DragSourceEvent event) { argument
444 switch (dispatchType) {
462 dispatchType);
465 this.dispatchType = dispatchType;
473 switch (dispatchType) {
498 dispatchType);
251 postDragSourceDragEvent(final int targetAction, final int modifiers, final int x, final int y, final int dispatchType) argument
[all...]
H A DSunDropTargetContextPeer.java562 final boolean dispatchType) {
567 dispatchType);
572 if (dispatchType == SunDropTargetContextPeer.DISPATCH_SYNC) {
581 if (dispatchType == SunDropTargetContextPeer.DISPATCH_SYNC) {
734 private final boolean dispatchType; field in class:SunDropTargetContextPeer.EventDispatcher
750 boolean dispatchType) {
758 this.dispatchType = dispatchType;
883 if (!dispatcherDone && dispatchType == DISPATCH_SYNC) {
555 postDropTargetEvent(final Component component, final int x, final int y, final int dropAction, final int actions, final long[] formats, final long nativeCtxt, final int eventID, final boolean dispatchType) argument
745 EventDispatcher(SunDropTargetContextPeer peer, int dropAction, int actions, long[] formats, long nativeCtxt, boolean dispatchType) argument

Completed in 33 milliseconds