Searched refs:AINPUT_SOURCE_STYLUS (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | ExternalStylusInputMapper.cpp | 30 return AINPUT_SOURCE_STYLUS; in getSources() 35 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, AINPUT_SOURCE_STYLUS, 0.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo()
|
H A D | TouchInputMapper.cpp | 628 mSource |= AINPUT_SOURCE_STYLUS; in configureSurface() 634 mSource |= AINPUT_SOURCE_STYLUS; in configureSurface()
|
/aosp12/frameworks/native/include/android/ |
H A D | input.h | 849 AINPUT_SOURCE_STYLUS = 0x00004000 | AINPUT_SOURCE_CLASS_POINTER, enumerator 851 AINPUT_SOURCE_BLUETOOTH_STYLUS = 0x00008000 | AINPUT_SOURCE_STYLUS,
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputClassifierConverter.cpp | 37 static_assert(static_cast<common::V1_0::Source>(AINPUT_SOURCE_STYLUS) == in getSource()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 5381 AINPUT_SOURCE_STYLUS) in performStylusDrag() 5479 MotionEventBuilder(AMOTION_EVENT_ACTION_MOVE, AINPUT_SOURCE_STYLUS) in TEST_F() 5493 MotionEventBuilder(AMOTION_EVENT_ACTION_MOVE, AINPUT_SOURCE_STYLUS) in TEST_F() 5508 MotionEventBuilder(AMOTION_EVENT_ACTION_UP, AINPUT_SOURCE_STYLUS) in TEST_F()
|