Interface TouchpadGesturePhase


public interface TouchpadGesturePhase
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The gesture has begun.
    static final int
    The gesture was cancelled, all
    changes should be undone.
    static final int
    The gesture was finished, changes
    should be permanently applied.
    static final int
    The gesture has been updated.
  • Field Details

    • BEGIN

      static final int BEGIN
      The gesture has begun.
      See Also:
    • UPDATE

      static final int UPDATE
      The gesture has been updated.
      See Also:
    • END

      static final int END
      The gesture was finished, changes
      should be permanently applied.
      See Also:
    • CANCEL

      static final int CANCEL
      The gesture was cancelled, all
      changes should be undone.
      See Also: