Home
last modified time | relevance | path

Searched refs:GetDisabledState (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.cpp44 SetFocusable(!buttonComponent->GetDisabledState() && buttonComponent->GetFocusable()); in Update()
H A Dbutton_component.cpp90 bool ButtonComponent::GetDisabledState() const in GetDisabledState() function in OHOS::Ace::ButtonComponent
92 return declaration_->GetDisabledState(); in GetDisabledState()
H A Dbutton_component.h60 bool GetDisabledState() const;
H A Drosen_render_button.cpp591 if (buttonComponent_->GetDisabledState()) { in GetStateColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp127 if (component->GetDisabledState()) { in SetChildAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h117 bool GetDisabledState() const in GetDisabledState() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp346 if (buttonDeclaration_->GetDisabledState()) { in PrepareButtonState()