HomeSort by relevance Sort by last modified time
    Searched refs:GestureManager (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 232 private final GestureManager mGestureManager = new GestureManager(this);
649 * Returns the {@link GestureManager} associated with this canvas.
651 * @return the {@link GestureManager} associated with this canvas, never null.
653 GestureManager getGestureManager() {
    [all...]
GestureManager.java 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}.
    [all...]

Completed in 98 milliseconds