Home
last modified time | relevance | path

Searched refs:AINPUT_SOURCE_MOUSE_RELATIVE (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDeviceMetricsSource.cpp73 if (isFromSource(motionArgs.source, AINPUT_SOURCE_MOUSE_RELATIVE) && in getUsageSourcesForMotionArgs()
DInputCommonConverter.cpp47 static_assert(static_cast<common::Source>(AINPUT_SOURCE_MOUSE_RELATIVE) == in getSource()
DPointerChoreographer.cpp62 return isFromSource(sources, AINPUT_SOURCE_MOUSE_RELATIVE) || in isMouseOrTouchpad()
/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp276 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), WithCoords(10.0f, 20.0f), in TEST_F()
288 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), in TEST_F()
292 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), in TEST_F()
302 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), in TEST_F()
306 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), in TEST_F()
317 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), WithCoords(30.0f, 40.0f), in TEST_F()
882 AllOf(WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), in TEST_F()
DInputDeviceMetricsSource_test.cpp147 AINPUT_SOURCE_MOUSE_RELATIVE) in TEST_P()
DPointerChoreographer_test.cpp517 {generateTestDeviceInfo(DEVICE_ID, AINPUT_SOURCE_MOUSE_RELATIVE, in TEST_F()
526 MotionArgsBuilder(AMOTION_EVENT_ACTION_MOVE, AINPUT_SOURCE_MOUSE_RELATIVE) in TEST_F()
DInputDispatcher_test.cpp11039 mDispatcher->notifyMotion(MotionArgsBuilder(ACTION_MOVE, AINPUT_SOURCE_MOUSE_RELATIVE) in TEST_F()
11043 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE))); in TEST_F()
/frameworks/native/include/android/
Dinput.h983 AINPUT_SOURCE_MOUSE_RELATIVE = 0x00020000 | AINPUT_SOURCE_CLASS_NAVIGATION, enumerator
/frameworks/native/libs/input/rust/
Dinput.rs84 const MouseRelative = input_bindgen::AINPUT_SOURCE_MOUSE_RELATIVE;
/frameworks/native/libs/input/
DAndroid.bp109 "--allowlist-var=AINPUT_SOURCE_MOUSE_RELATIVE",
DInput.cpp50 isFromSource(source, AINPUT_SOURCE_MOUSE_RELATIVE); in shouldDisregardTransformation()
243 {AINPUT_SOURCE_MOUSE_RELATIVE, "MOUSE_RELATIVE"}, in inputEventSourceToString()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp462 mSource = AINPUT_SOURCE_MOUSE_RELATIVE; in configureOnPointerCapture()
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp944 std::pair(AINPUT_SOURCE_MOUSE_RELATIVE, AMOTION_EVENT_ACTION_MOVE)}; in TEST_F()