Home | History | Annotate | Download | only in gle2

Lines Matching refs:GestureManager

57  * The {@link GestureManager} is is the central manager of gestures; it is responsible
62 public class GestureManager {
63 /** The canvas which owns this GestureManager. */
136 * Constructs a new {@link GestureManager} for the given
139 * @param canvas The canvas which controls this {@link GestureManager}
141 public GestureManager(LayoutCanvas canvas) {
146 * Returns the canvas associated with this GestureManager.
148 * @return The {@link LayoutCanvas} associated with this GestureManager.
188 * Registers all the listeners needed by the {@link GestureManager}.