Home
last modified time | relevance | path

Searched refs:touchpadPref (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp90 std::shared_ptr<NativePreferences::Preferences> touchpadPref = in GetPreferencesSettings() local
92 CHKPR(touchpadPref, errno); in GetPreferencesSettings()
100 touchpadTapSwitch_ = touchpadPref->GetBool(strTouchpadTapSwitch_, BOOL_DEFAULT); in GetPreferencesSettings()
103 touchpadPinchSwitch_ = touchpadPref->GetBool(strTouchpadPinchSwitch_, BOOL_DEFAULT); in GetPreferencesSettings()
104 touchpadSwipeSwitch_ = touchpadPref->GetBool(strTouchpadSwipeSwitch_, BOOL_DEFAULT); in GetPreferencesSettings()
105 touchpadPointerSpeed_ = touchpadPref->GetInt(strTouchpadPointerSpeed_, TOUCHPAD_POINTER_SPEED); in GetPreferencesSettings()
106 touchpadScrollSwitch_ = touchpadPref->GetBool(strTouchpadScrollSwitch_, BOOL_DEFAULT); in GetPreferencesSettings()
107 touchpadRightClickType_ = touchpadPref->GetInt(strTouchpadRightClickType_, RIGHT_CLICK_TYPE); in GetPreferencesSettings()
108 touchpadScrollDirection_ = touchpadPref->GetBool(strTouchpadScrollDirection_, BOOL_DEFAULT); in GetPreferencesSettings()
109 touchpadThreeFingerTapSwitch_ = touchpadPref in GetPreferencesSettings()
[all...]

Completed in 1 milliseconds