Searched refs:tpScrollSwitch (Results 1 – 3 of 3) sorted by relevance
314 int32_t& direction, bool& tpScrollSwitch) in HandleTouchPadAxisState() argument317 GetTouchpadScrollSwitch(tpScrollSwitch); in HandleTouchPadAxisState()330 bool tpScrollSwitch = true; in HandleAxisInner() local334 HandleTouchPadAxisState(source, tpScrollDirection, tpScrollSwitch); in HandleAxisInner()335 if (!tpScrollSwitch && source == LIBINPUT_POINTER_AXIS_SOURCE_FINGER) { in HandleAxisInner()
96 …leTouchPadAxisState(libinput_pointer_axis_source source, int32_t& direction, bool& tpScrollSwitch);
677 bool tpScrollSwitch = false; variable678 ASSERT_NO_FATAL_FAILURE(processor.HandleTouchPadAxisState(source, direction, tpScrollSwitch));1302 bool tpScrollSwitch = true; variable1303 processor.HandleTouchPadAxisState(source, direction, tpScrollSwitch);