Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp660 isUserCheckable_ = checkable; in SetUserCheckable()
665 return isUserCheckable_.has_value(); in HasUserCheckable()
670 return isUserCheckable_.value_or(false); in IsUserCheckable()
675 isUserCheckable_.reset(); in ResetUserCheckable()
H A Daccessibility_property.h799 std::optional<bool> isUserCheckable_; variable