Searched refs:AMOTION_EVENT_TOOL_TYPE_STYLUS (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp228 pointerProperties[1].toolType = AMOTION_EVENT_TOOL_TYPE_STYLUS;
319 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, event->getToolType(1));
/frameworks/native/include/android/
H A Dinput.h417 AMOTION_EVENT_TOOL_TYPE_STYLUS = 2, enumerator in enum:__anon1190
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3474 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArgs.pointerProperties[0].toolType);
3482 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArgs.pointerProperties[0].toolType);
3490 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArgs.pointerProperties[0].toolType);
3498 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArgs.pointerProperties[0].toolType);
3553 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArgs.pointerProperties[0].toolType);
4887 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArgs.pointerProperties[0].toolType);
4895 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArgs.pointerProperties[0].toolType);
4903 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArgs.pointerProperties[0].toolType);
4911 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArgs.pointerProperties[0].toolType);
4966 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_STYLUS, motionArg
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1379 return AMOTION_EVENT_TOOL_TYPE_STYLUS;
1732 return AMOTION_EVENT_TOOL_TYPE_STYLUS;
3819 if (pointer.toolType == AMOTION_EVENT_TOOL_TYPE_STYLUS
3832 if (pointer.toolType == AMOTION_EVENT_TOOL_TYPE_STYLUS

Completed in 806 milliseconds