Home
last modified time | relevance | path

Searched refs:tpScrollSwitch (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp314 int32_t& direction, bool& tpScrollSwitch) in HandleTouchPadAxisState() argument
317 GetTouchpadScrollSwitch(tpScrollSwitch); in HandleTouchPadAxisState()
330 bool tpScrollSwitch = true; in HandleAxisInner() local
334 HandleTouchPadAxisState(source, tpScrollDirection, tpScrollSwitch); in HandleAxisInner()
335 if (!tpScrollSwitch && source == LIBINPUT_POINTER_AXIS_SOURCE_FINGER) { in HandleAxisInner()
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_transform_processor.h96 …leTouchPadAxisState(libinput_pointer_axis_source source, int32_t& direction, bool& tpScrollSwitch);
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test.cpp677 bool tpScrollSwitch = false; variable
678 ASSERT_NO_FATAL_FAILURE(processor.HandleTouchPadAxisState(source, direction, tpScrollSwitch));
1302 bool tpScrollSwitch = true; variable
1303 processor.HandleTouchPadAxisState(source, direction, tpScrollSwitch);