Searched refs:TOUCH (Results 1 – 10 of 10) sorted by relevance
67 TOUCH, enumerator
727 assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()759 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()777 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()796 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()847 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()867 auto firstDisplayPc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()886 auto secondDisplayPc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()906 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()1714 "TouchSpots", AINPUT_SOURCE_TOUCHSCREEN, ControllerType::TOUCH,1914 auto pc2 = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F_WITH_FLAGS()
2638 InputDeviceClass::KEYBOARD | InputDeviceClass::TOUCH | InputDeviceClass::JOYSTICK;4345 TOUCH = 1 << 1, enumerator7103 if (axes & TOUCH) { in prepareAxes()7876 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE); in TEST_F()7926 prepareAxes(POSITION | TOUCH | TOOL | MINOR); in TEST_F()7963 prepareAxes(POSITION | TOUCH | TOOL); in TEST_F()8014 prepareAxes(POSITION | TOUCH | TOOL); in TEST_F()
110 TOUCH = 2; enumerator
465 if (deviceClasses.test(InputDeviceClass::TOUCH)) { in getAbsAxisUsage()487 return InputDeviceClass::TOUCH; in getAbsAxisUsage()2403 device->classes |= (InputDeviceClass::TOUCH | InputDeviceClass::TOUCH_MT); in openDeviceLocked()2412 device->classes |= InputDeviceClass::TOUCH; in openDeviceLocked()2452 if ((device->classes.test(InputDeviceClass::TOUCH))) { in openDeviceLocked()2498 if (!device->classes.any(InputDeviceClass::TOUCH | InputDeviceClass::TOUCH_MT) && in openDeviceLocked()
552 } else if (classes.test(InputDeviceClass::TOUCH)) { in createMappers()
74 case ControllerType::TOUCH: in create()
131 TOUCH = 1; enumerator221 TOUCH = 1; enumerator
100 TOUCH = android::os::IInputConstants::DEVICE_CLASS_TOUCH, enumerator
133 PointerControllerInterface::ControllerType::TOUCH); in PointerChoreographer()