Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_EDGE_FLAG_TOP (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/android/
Dinput.h374 AMOTION_EVENT_EDGE_FLAG_TOP = 0x01, enumerator
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp253 AMOTION_EVENT_EDGE_FLAG_TOP, AMETA_ALT_ON, AMOTION_EVENT_BUTTON_PRIMARY, in initializeEventWithHistory()
306 ASSERT_EQ(AMOTION_EVENT_EDGE_FLAG_TOP, event->getEdgeFlags()); in assertEqualsEventWithHistory()
DInputPublisherAndConsumer_test.cpp140 const int32_t edgeFlags = AMOTION_EVENT_EDGE_FLAG_TOP; in PublishAndConsumeMotionEvent()