Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp84 std::shared_ptr<NativePreferences::Preferences> mousePref = in GetPreferencesSettings() local
86 CHKPR(mousePref, errno); in GetPreferencesSettings()
93 pointerSize_ = mousePref->GetInt(strPointerSize_, POINTER_SIZE); in GetPreferencesSettings()
94 pointerSpeed_ = mousePref->GetInt(strPointerSpeed_, POINTER_SPEED); in GetPreferencesSettings()
95 pointerColor_ = mousePref->GetInt(strPointerColor_, POINTER_COLOR); in GetPreferencesSettings()
96 pointerStyle_ = mousePref->GetInt(strPointerStyle_, POINTER_STYLE); in GetPreferencesSettings()
97 mouseScrollRows_ = mousePref->GetInt(strMouseScrollRows_, MOUSE_SCROLL_ROWS); in GetPreferencesSettings()
98 hoverScrollState_ = mousePref->GetBool(strHoverScrollState_, BOOL_DEFAULT); in GetPreferencesSettings()
99 mousePrimaryButton_ = mousePref->GetInt(strMousePrimaryButton_, PRIMARY_BUTTON); in GetPreferencesSettings()
112 magicPointerSize_ = mousePref in GetPreferencesSettings()
[all...]

Completed in 1 milliseconds