Home
last modified time | relevance | path

Searched defs:buttonColorText (Results 1 – 1 of 1) 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
152 ColorType JSDialog::ParseButtonColor(const char * const buttonColorText) in ParseButtonColor()