Searched refs:ACTION_UP (Results 1 – 12 of 12) sorted by relevance
34 #define ACTION_UP 1 macro74 case ACTION_UP: in Android_OnMouse()
36 #define ACTION_UP 1 macro135 case ACTION_UP: in Android_OnTouch()
1008 if (event.getAction() == KeyEvent.ACTION_UP) { in onCreateDialog()1253 } else if (event.getAction() == KeyEvent.ACTION_UP) { in onKey()1266 else if (event.getAction() == KeyEvent.ACTION_UP) { in onKey()1279 case KeyEvent.ACTION_UP: in onKey()1331 case MotionEvent.ACTION_UP: in onTouch()1365 … SDLActivity.onNativeTouch(touchDevId, pointerFingerId, MotionEvent.ACTION_UP, x, y, p); in onTouch()1456 } else if (event.getAction() == KeyEvent.ACTION_UP) { in onKey()1473 if (event.getAction()==KeyEvent.ACTION_UP && keyCode == KeyEvent.KEYCODE_BACK) { in onKeyPreIme()1514 } else if (event.getAction() == KeyEvent.ACTION_UP) { in sendKeyEvent()1548 && super.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DEL)); in deleteSurroundingText()
104 …tiplePointers = !updateForSinglePointer && (maskedAction == MotionEvent.ACTION_UP || maskedAction … in onTouchEvent()266 if (maskedAction == MotionEvent.ACTION_UP) { in getPointerChangeForAction()
113 if (motionEvent.getAction() == MotionEvent.ACTION_UP && isScrolling) { in onTouch()
81 case MotionEvent.ACTION_UP: in onTouchEvent()
97 case MotionEvent.ACTION_UP: in onCreate()
68 } else if (event.getAction() == MotionEvent.ACTION_UP){ in onTouchEvent()
185 MotionEvent.ACTION_UP -> { in onTouchEvent()
75 case (MotionEvent.ACTION_UP): in onTouchEvent()
226 case MotionEvent.ACTION_UP: in onTouchEvent()
462 …/// Android's [MotionEvent.ACTION_UP](https://developer.android.com/reference/android/view/MotionE…