added in version 22.1.0
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1

MotionEventCompat

public final class MotionEventCompat
extends Object

java.lang.Object
   ↳ android.support.v4.view.MotionEventCompat


Helper for accessing features in MotionEvent.

Summary

Constants

int ACTION_HOVER_ENTER

This constant was deprecated in API level 26.1.0. Use ACTION_HOVER_ENTER directly.

int ACTION_HOVER_EXIT

This constant was deprecated in API level 26.1.0. Use ACTION_HOVER_EXIT directly.

int ACTION_HOVER_MOVE

This constant was deprecated in API level 26.1.0. Use ACTION_HOVER_MOVE directly.

int ACTION_MASK

This constant was deprecated in API level 26.1.0. Use ACTION_MASK directly.

int ACTION_POINTER_DOWN

This constant was deprecated in API level 26.1.0. Use ACTION_POINTER_DOWN directly.

int ACTION_POINTER_INDEX_MASK

This constant was deprecated in API level 26.1.0. Use ACTION_POINTER_INDEX_MASK directly.

int ACTION_POINTER_INDEX_SHIFT

This constant was deprecated in API level 26.1.0. Use ACTION_POINTER_INDEX_SHIFT directly.

int ACTION_POINTER_UP

This constant was deprecated in API level 26.1.0. Use ACTION_POINTER_UP directly.

int ACTION_SCROLL

This constant was deprecated in API level 26.1.0. Use ACTION_SCROLL directly.

int AXIS_BRAKE

This constant was deprecated in API level 26.1.0. Use AXIS_BRAKE directly.

int AXIS_DISTANCE

This constant was deprecated in API level 26.1.0. Use AXIS_DISTANCE directly.

int AXIS_GAS

This constant was deprecated in API level 26.1.0. Use AXIS_GAS directly.

int AXIS_GENERIC_1

This constant was deprecated in API level 26.1.0. Use AXIS_GENERIC_1 directly.

int AXIS_GENERIC_10

This constant was deprecated in API level 26.1.0. Use AXIS_GENERIC_10 directly.

int AXIS_GENERIC_11

This constant was deprecated in API level 26.1.0. Use AXIS_GENERIC_11 directly.

int AXIS_GENERIC_12

This constant was deprecated in API level 26.1.0. Use AXIS_GENERIC_12 directly.

int AXIS_GENERIC_13

This constant was deprecated in API level 26.1.0. Use AXIS_GENERIC_13 directly.

int AXIS_GENERIC_14

This constant was deprecated in API le