Searched refs:buttonColorText (Results 1 – 2 of 2) sorted by relevance
132 char *buttonColorText = JSI::GetStringProperty(buttonObject, buttonColorKey); in ParseButton() local133 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() argument156 if (!ParseColor(buttonColorText, color, alpha)) { in ParseButtonColor()160 …_MODULE_ACE, "dialog buttonColorText = %{public}s, colorVal = %{public}d", buttonColorText, color); in ParseButtonColor()
69 ColorType ParseButtonColor(const char * const buttonColorText);