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/base/libs/androidfw/tests/
InputEvent_test.cpp 226 pointerProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
318 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_FINGER, event->getToolType(0));
InputPublisherAndConsumer_test.cpp 151 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/base/libs/androidfw/
InputTransport.cpp 792 return toolType == AMOTION_EVENT_TOOL_TYPE_FINGER
    [all...]

Completed in 46 milliseconds