Home
last modified time | relevance | path

Searched refs:AINPUT_SOURCE_STYLUS (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DExternalStylusInputMapper.cpp30 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 DTouchInputMapper.cpp628 mSource |= AINPUT_SOURCE_STYLUS; in configureSurface()
634 mSource |= AINPUT_SOURCE_STYLUS; in configureSurface()
/aosp12/frameworks/native/include/android/
H A Dinput.h849 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 DInputClassifierConverter.cpp37 static_assert(static_cast<common::V1_0::Source>(AINPUT_SOURCE_STYLUS) == in getSource()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp5381 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()