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

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/event/
H A DGestureHandler.java88 firstNotifier.recursivelyHandleRotate(new RotationEvent(a));
148 void recursivelyHandleRotate(final RotationEvent e) { method in class:GestureHandler.PerComponentNotifier
155 if (next != null) next.recursivelyHandleRotate(e);

Completed in 22 milliseconds