GestureDetector.FingerListener

  • This listener reports changes in the detected finger count on the touchpad.

  • The onFingerCountChanged method is called when the finger count changes, providing the previous and current counts.

  • This feature was added in API level XE12.

Added in API level XE12

This listener reports when the detected finger count changes on the touchpad.

Public Methods
abstract void
onFingerCountChanged(int previousCount, int currentCount)

Public Methods

Added in API level XE12

public abstract void onFingerCountChanged (int previousCount, int currentCount)

Called when the finger count changes.