Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java333 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp71 static constexpr int32_t ACTION_HOVER_EXIT = AMOTION_EVENT_ACTION_HOVER_EXIT; variable