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

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/event/
H A DGestureHandler.java94 firstNotifier.recursivelyHandleSwipe(a, b, new SwipeEvent());
168 void recursivelyHandleSwipe(final double x, final double y, final SwipeEvent e) { method in class:GestureHandler.PerComponentNotifier
178 if (next != null) next.recursivelyHandleSwipe(x, y, e);

Completed in 28 milliseconds