Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp26 constexpr bool DEFAULT_SWITCH_VALUE = false; variable
89 : CheckableComponent(CheckableType::SWITCH, theme), CheckableValue<bool>(DEFAULT_SWITCH_VALUE) in SwitchComponent()