Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.h99 bool disabledColorEffected_ = false; variable
H A Ddom_button.cpp337 if (!disabledColorEffected_) { in PrepareButtonState()
371 disabledColorEffected_ = true; in PrepareDisabledBackgroundColor()