HomeSort by relevance Sort by last modified time
    Searched refs:AMOTION_EVENT_BUTTON_PRIMARY (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 253 AMOTION_EVENT_EDGE_FLAG_TOP, AMETA_ALT_ON, AMOTION_EVENT_BUTTON_PRIMARY,
308 ASSERT_EQ(AMOTION_EVENT_BUTTON_PRIMARY, event->getButtonState());
InputPublisherAndConsumer_test.cpp 139 const int32_t buttonState = AMOTION_EVENT_BUTTON_PRIMARY;
  /frameworks/native/include/android/
input.h 403 AMOTION_EVENT_BUTTON_PRIMARY = 1 << 0,
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/services/input/
InputReader.cpp 161 (AMOTION_EVENT_BUTTON_PRIMARY | AMOTION_EVENT_BUTTON_SECONDARY
    [all...]

Completed in 76 milliseconds