Home
last modified time | relevance | path

Searched defs:abs_x (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs868 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_normal() localVariable
881 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_mini_limit() localVariable
894 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_capture_mode_false() localVariable
910 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_normal_touchpad() localVariable
923 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_mini_limit_touchpad() localVariable
936 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_capture_mode_false_touchpad() localVariable
952 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_capture_pc_offset_false_touchpad() localVariable
967 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_capture_pc_speed_false_touchpad() localVariable
982 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_capture_pc_mode_false_touchpad() localVariable
995 let mut abs_x: f64 = 0.0; in test_handle_motion_accelerate_capture_pc_nomarl_touchpad() localVariable
[all …]
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h235 EventJoyStickAxisAbsInfo abs_x; member