Searched refs:ACTION_POINTER_DOWN (Results 1 – 7 of 7) sorted by relevance
40 #define ACTION_POINTER_DOWN 5 macro119 case ACTION_POINTER_DOWN: in Android_OnTouch()
103 …inter = maskedAction == MotionEvent.ACTION_DOWN || maskedAction == MotionEvent.ACTION_POINTER_DOWN; in onTouchEvent()270 if (maskedAction == MotionEvent.ACTION_POINTER_DOWN) { in getPointerChangeForAction()
76 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
92 case MotionEvent.ACTION_POINTER_DOWN: in onCreate()
220 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
477 … Android's [MotionEvent.ACTION_POINTER_DOWN](https://developer.android.com/reference/android/view/…
1336 case MotionEvent.ACTION_POINTER_DOWN: in onTouch()