Searched refs:ACTION_DOWN (Results 1 – 15 of 15) sorted by relevance
33 #define ACTION_DOWN 0 macro58 case ACTION_DOWN: in Android_OnMouse()
35 #define ACTION_DOWN 0 macro109 case ACTION_DOWN: in Android_OnTouch()
58 case MotionEvent.ACTION_DOWN: in onTouchEvent()
31 if (event.action == KeyEvent.ACTION_DOWN) { in dispatchKeyEvent()
1249 if (event.getAction() == KeyEvent.ACTION_DOWN) { in onKey()1261 if (event.getAction() == KeyEvent.ACTION_DOWN) { in onKey()1278 case KeyEvent.ACTION_DOWN: in onKey()1332 case MotionEvent.ACTION_DOWN: in onTouch()1447 if (event.getAction() == KeyEvent.ACTION_DOWN) { in onKey()1453 if (event.getAction() == KeyEvent.ACTION_DOWN) { in onKey()1508 if (event.getAction() == KeyEvent.ACTION_DOWN) { in sendKeyEvent()1547 return super.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DEL)) in deleteSurroundingText()
65 if (event.action == MotionEvent.ACTION_DOWN) { in <lambda>()72 if (event.action == MotionEvent.ACTION_DOWN) { in <lambda>()
103 …boolean updateForSinglePointer = maskedAction == MotionEvent.ACTION_DOWN || maskedAction == Motion… in onTouchEvent()263 if (maskedAction == MotionEvent.ACTION_DOWN) { in getPointerChangeForAction()
75 case MotionEvent.ACTION_DOWN: in onTouchEvent()
91 case MotionEvent.ACTION_DOWN: in onCreate()
66 if (event.getAction() == MotionEvent.ACTION_DOWN){ in onTouchEvent()
178 MotionEvent.ACTION_DOWN -> { in onTouchEvent()
155 if (event.getAction() == KeyEvent.ACTION_DOWN) { in sendKeyEvent()
72 case (MotionEvent.ACTION_DOWN): in onTouchEvent()
219 case MotionEvent.ACTION_DOWN: in onTouchEvent()
457 …/// Android's [MotionEvent.ACTION_DOWN](https://developer.android.com/reference/android/view/Motio…