Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
Djs_dialog.cpp133 char *buttonColorText = JSI::GetStringProperty(buttonObject, buttonColorKey); in ParseButton() local
153 ColorType JSDialog::ParseButtonColor(const char * const buttonColorText) in ParseButtonColor()