Home
last modified time | relevance | path

Searched refs:strPointerStyle_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmultimodal_input_preferences_manager.h79 const std::string strPointerStyle_ = "pointerStyle"; variable
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp95 pointerStyle_ = mousePref->GetInt(strPointerStyle_, POINTER_STYLE); in GetPreferencesSettings()
124 preferencesMap_[strPointerStyle_] = {MOUSE_FILE_NAME, pointerStyle_}; in InitPreferencesMap()