Home
last modified time | relevance | path

Searched refs:GetCustomComponent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp200 if (!data_ || data_->GetDisabled() || data_->GetCustomComponent()) { in OnTouch()
219 if (!data_ || data_->IsDisabledStatus() || data_->GetCustomComponent()) { in HandleMouseHoverEvent()
233 if (!data_ || data_->IsDisabledStatus() || data_->GetCustomComponent()) { in HandleMouseEvent()
584 if (data_->GetCustomComponent()) { in ProcessTouchDown()
605 if (data_->GetCustomComponent()) { in ProcessTouchUp()
786 if (data_->GetCustomComponent()) { in PerformLayout()
H A Doption_component.h350 const RefPtr<Component>& GetCustomComponent() const in GetCustomComponent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.h104 const RefPtr<Component>& GetCustomComponent() const in GetCustomComponent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp444 bool isCustomOption = (firstOption->GetCustomComponent() != nullptr); in ProcessTouchUp()