Home
last modified time | relevance | path

Searched refs:GetClicked (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.h66 bool GetClicked() const in GetClicked() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.h80 bool GetClicked() const in GetClicked() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_radio.cpp99 if (accessibilityNode->GetClicked()) { in UpdateAccessibilityAttr()
H A Drender_checkbox.cpp150 if (accessibilityNode->GetClicked()) { in UpdateAccessibilityAttr()
H A Drender_switch.cpp121 if (accessibilityNode->GetClicked()) { in UpdateAccessibilityAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h73 bool GetClicked() const in GetClicked() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp285 if (data_->GetClicked()) { in UpdateSelfStatus()
401 …return (!data_->GetClicked() && !hovered_ && !data_->GetSelected() && !(data_->GetFocused() && pip… in IsNormalStatus()
H A Doption_component.h92 bool GetClicked() const in GetClicked() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h619 bool GetClicked() const in GetClicked() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp278 if (node && pipeline && node->GetClicked()) { in SetSwitchHandler()