Home
last modified time | relevance | path

Searched defs:ACTION_HOVER_ENTER (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DMotionEvent.java320 public static final int ACTION_HOVER_ENTER = 9; field in MotionEvent
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp69 static constexpr int32_t ACTION_HOVER_ENTER = AMOTION_EVENT_ACTION_HOVER_ENTER; variable