Searched refs:isShowIndicator (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_model_ng.cpp | 106 void GaugeModelNG::SetIsShowIndicator(bool isShowIndicator) in SetIsShowIndicator() argument 108 ACE_UPDATE_PAINT_PROPERTY(GaugePaintProperty, IsShowIndicator, isShowIndicator); in SetIsShowIndicator() 178 void GaugeModelNG::SetIsShowIndicator(FrameNode* frameNode, bool isShowIndicator) in SetIsShowIndicator() argument 180 ACE_UPDATE_NODE_PAINT_PROPERTY(GaugePaintProperty, IsShowIndicator, isShowIndicator, frameNode); in SetIsShowIndicator()
|
H A D | gauge_model_ng.h | 50 void SetIsShowIndicator(bool isShowIndicator) override; 65 static void SetIsShowIndicator(FrameNode* frameNode, bool isShowIndicator);
|
H A D | gauge_model.h | 46 virtual void SetIsShowIndicator(bool isShowIndicator) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gauge_model_impl.h | 40 void SetIsShowIndicator(bool isShowIndicator) override {} in SetIsShowIndicator() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | gauge_modifier.cpp | 104 void SetIsShowIndicator(ArkUINodeHandle node, ArkUI_Bool isShowIndicator) in SetIsShowIndicator() argument 108 GaugeModelNG::SetIsShowIndicator(frameNode, isShowIndicator); in SetIsShowIndicator()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 2081 void (*setIsShowIndicator)(ArkUINodeHandle node, ArkUI_Bool isShowIndicator);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 3823 void (*setIsShowIndicator)(ArkUINodeHandle node, ArkUI_Bool isShowIndicator);
|