Home
last modified time | relevance | path

Searched refs:SetCheckableState (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.cpp310 accessibilityNode->SetCheckableState(true); in SetAccessibilityClickImpl()
H A Drender_switch.cpp518 accessibilityNode->SetCheckableState(true); in SetAccessibilityClickImpl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp295 accessibilityNode->SetCheckableState(true); in SetAccessibilityClickImpl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h337 void SetCheckableState(bool state) in SetCheckableState() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp63 node->SetCheckableState(false); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp498 node->SetCheckableState(true); in UpdateSwitchAccessibility()