Home
last modified time | relevance | path

Searched defs:SetIsShowIndicator (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.h40 void SetIsShowIndicator(bool isShowIndicator) override {} in SetIsShowIndicator() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.cpp106 void GaugeModelNG::SetIsShowIndicator(bool isShowIndicator) in SetIsShowIndicator() function in OHOS::Ace::NG::GaugeModelNG
178 void GaugeModelNG::SetIsShowIndicator(FrameNode* frameNode, bool isShowIndicator) in SetIsShowIndicator() function in OHOS::Ace::NG::GaugeModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgauge_modifier.cpp104 void SetIsShowIndicator(ArkUINodeHandle node, ArkUI_Bool isShowIndicator) in SetIsShowIndicator() function