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

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/event/
H A DGestureHandler.java85 firstNotifier.recursivelyHandlePhaseChange(a, new GesturePhaseEvent());
134 void recursivelyHandlePhaseChange(final double phase, final GesturePhaseEvent e) { method in class:GestureHandler.PerComponentNotifier
145 if (next != null) next.recursivelyHandlePhaseChange(phase, e);

Completed in 29 milliseconds