Schnittstelle TouchpadGesturePhase


public interface TouchpadGesturePhase
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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.
  • Felddetails

    • BEGIN

      static final int BEGIN
      The gesture has begun.
      Siehe auch:
    • UPDATE

      static final int UPDATE
      The gesture has been updated.
      Siehe auch:
    • END

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

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