Home
last modified time | relevance | path

Searched refs:ACTION_SCROLL (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidmouse.c37 #define ACTION_SCROLL 8 macro
86 case ACTION_SCROLL: in Android_OnMouse()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DAndroidTouchProcessor.java154 || event.getActionMasked() == MotionEvent.ACTION_SCROLL); in onGenericMotionEvent()
188 int signalKind = event.getActionMasked() == MotionEvent.ACTION_SCROLL in addPointerForIndex()
286 if (maskedAction == MotionEvent.ACTION_SCROLL) { in getPointerChangeForAction()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1717 case MotionEvent.ACTION_SCROLL: in onGenericMotion()