Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java264 public static final int ACTION_OUTSIDE = 4; field in MotionEvent
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp90 static constexpr int32_t ACTION_OUTSIDE = AMOTION_EVENT_ACTION_OUTSIDE; variable