Searched refs:ACTION_POINTER_UP (Results 1 – 7 of 7) sorted by relevance
41 #define ACTION_POINTER_UP 6 macro142 case ACTION_POINTER_UP: in Android_OnTouch()
104 …ointer && (maskedAction == MotionEvent.ACTION_UP || maskedAction == MotionEvent.ACTION_POINTER_UP); in onTouchEvent()273 if (maskedAction == MotionEvent.ACTION_POINTER_UP) { in getPointerChangeForAction()
82 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
98 case MotionEvent.ACTION_POINTER_UP: in onCreate()
227 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
482 …// Android's [MotionEvent.ACTION_POINTER_UP](https://developer.android.com/reference/android/view/…
1335 case MotionEvent.ACTION_POINTER_UP: in onTouch()