Home
last modified time | relevance | path

Searched refs:POINTER_COLOR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp35 constexpr int32_t POINTER_COLOR { -1 }; variable
94 pointerColor_ = mousePref->GetInt(strPointerColor_, POINTER_COLOR); in GetPreferencesSettings()
111 magicPointerColor_ = mousePref->GetInt(strMagicPointerColor_, POINTER_COLOR); in GetPreferencesSettings()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp60 const std::string POINTER_COLOR { "pointerColor" }; variable
1308 if (name == POINTER_COLOR) { in GetPreferenceKey()
1333 std::string name = POINTER_COLOR; in SetPointerColor()
1361 std::string name = POINTER_COLOR; in GetPointerColor()
1930 std::string name = POINTER_COLOR; in GetPointerStyle()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_ex_test.cpp48 const std::string POINTER_COLOR { "pointerColor" }; variable
924 std::string name = POINTER_COLOR;