Home
last modified time | relevance | path

Searched refs:ACTION_HOVER_MOVE (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidmouse.c36 #define ACTION_HOVER_MOVE 7 macro
82 case ACTION_HOVER_MOVE: in Android_OnMouse()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DAndroidTouchProcessor.java153 boolean isMovementEvent = (event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE in onGenericMotionEvent()
280 if (maskedAction == MotionEvent.ACTION_HOVER_MOVE) { in getPointerChangeForAction()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1723 case MotionEvent.ACTION_HOVER_MOVE: in onGenericMotion()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DAccessibilityBridge.java1133 …Action() == MotionEvent.ACTION_HOVER_ENTER || event.getAction() == MotionEvent.ACTION_HOVER_MOVE) { in onAccessibilityHoverEvent()