Home
last modified time | relevance | path

Searched refs:ACTION_UP (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidmouse.c34 #define ACTION_UP 1 macro
74 case ACTION_UP: in Android_OnMouse()
DSDL_androidtouch.c36 #define ACTION_UP 1 macro
135 case ACTION_UP: in Android_OnTouch()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1008 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()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DAndroidTouchProcessor.java104 …tiplePointers = !updateForSinglePointer && (maskedAction == MotionEvent.ACTION_UP || maskedAction … in onTouchEvent()
266 if (maskedAction == MotionEvent.ACTION_UP) { in getPointerChangeForAction()
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DGestureHelper.java113 if (motionEvent.getAction() == MotionEvent.ACTION_UP && isScrolling) { in onTouch()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DFastButton.java81 case MotionEvent.ACTION_UP: in onTouchEvent()
DTapToToneActivity.java97 case MotionEvent.ACTION_UP: in onCreate()
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/
DMainActivity.java68 } else if (event.getAction() == MotionEvent.ACTION_UP){ in onTouchEvent()
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
DTriggerPad.kt185 MotionEvent.ACTION_UP -> { in onTouchEvent()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
DMainActivity.java75 case (MotionEvent.ACTION_UP): in onTouchEvent()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMusicKeyboardView.java226 case MotionEvent.ACTION_UP: in onTouchEvent()
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dplatform_views.dart462 …/// Android's [MotionEvent.ACTION_UP](https://developer.android.com/reference/android/view/MotionE…