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

  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 225 pointerProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
317 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_FINGER, event->getToolType(0));
InputPublisherAndConsumer_test.cpp 152 pointerProperties[i].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
  /frameworks/native/include/android/
input.h 416 AMOTION_EVENT_TOOL_TYPE_FINGER = 1,
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 796 return toolType == AMOTION_EVENT_TOOL_TYPE_FINGER
    [all...]

Completed in 46 milliseconds