Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp132 char *buttonColorText = JSI::GetStringProperty(buttonObject, buttonColorKey); in ParseButton() local
133 ColorType color = ParseButtonColor(buttonColorText); in ParseButton()
139 JSI::ReleaseString(buttonColorText); in ParseButton()
146 JSI::ReleaseString(buttonColorText); in ParseButton()
152 ColorType JSDialog::ParseButtonColor(const char * const buttonColorText) in ParseButtonColor() argument
156 if (!ParseColor(buttonColorText, color, alpha)) { in ParseButtonColor()
160 …_MODULE_ACE, "dialog buttonColorText = %{public}s, colorVal = %{public}d", buttonColorText, color); in ParseButtonColor()
H A Djs_dialog.h69 ColorType ParseButtonColor(const char * const buttonColorText);