Searched refs:AMOTION_EVENT_TOOL_TYPE_MOUSE (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/android/
H A Dinput.h786 AMOTION_EVENT_TOOL_TYPE_MOUSE = 3, enumerator in enum:__anon1543
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2243 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, args.pointerProperties[0].toolType);
2262 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, args.pointerProperties[0].toolType);
2284 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, args.pointerProperties[0].toolType);
2303 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, args.pointerProperties[0].toolType);
4149 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, motionArgs.pointerProperties[0].toolType);
4157 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, motionArgs.pointerProperties[0].toolType);
4210 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, motionArgs.pointerProperties[0].toolType);
5645 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, motionArgs.pointerProperties[0].toolType);
5653 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, motionArgs.pointerProperties[0].toolType);
5706 ASSERT_EQ(AMOTION_EVENT_TOOL_TYPE_MOUSE, motionArg
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1605 return AMOTION_EVENT_TOOL_TYPE_MOUSE;
2814 pointerProperties.toolType = AMOTION_EVENT_TOOL_TYPE_MOUSE;
4443 } else if (pointer.toolType == AMOTION_EVENT_TOOL_TYPE_MOUSE) {
6805 bool isHovering = mTouchButtonAccumulator.getToolType() != AMOTION_EVENT_TOOL_TYPE_MOUSE
6915 bool isHovering = mTouchButtonAccumulator.getToolType() != AMOTION_EVENT_TOOL_TYPE_MOUSE

Completed in 837 milliseconds