Home
last modified time | relevance | path

Searched defs:FLAG_CANCELED (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp56 constexpr int32_t FLAG_CANCELED = AMOTION_EVENT_FLAG_CANCELED; variable
/frameworks/base/core/java/android/view/
DKeyEvent.java1222 public static final int FLAG_CANCELED = 0x20; field in KeyEvent
DMotionEvent.java491 public static final int FLAG_CANCELED = 0x20; field in MotionEvent