Home
last modified time | relevance | path

Searched refs:GetDisabled (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp108 focusNode->SetFocusable(!component->GetDisabled()); in PerformBuild()
128 if (!select || select->GetDisabled()) { in HandleClickedEvent()
168 if (component->GetDisabled()) { in HandleTouchEvent()
393 if (component->GetDisabled()) { in SetBackgroundColor()
H A Dselect_component.h64 bool GetDisabled() const in GetDisabled() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp162 if (!data_ || data_->GetDisabled()) { in OnClick()
200 if (!data_ || data_->GetDisabled() || data_->GetCustomComponent()) { in OnTouch()
249 if (!data_ || data_->GetDisabled()) { in OnMouseHoverEnterTest()
260 if (!data_ || data_->GetDisabled()) { in OnMouseHoverExitTest()
277 if (!data_ || data_->GetDisabled()) { in UpdateSelfStatus()
H A Doption_component.cpp105 if (GetDisabled() && theme_) { in Initialize()
H A Doption_component.h298 bool GetDisabled() const in GetDisabled() function