Home
last modified time | relevance | path

Searched refs:isDefaultFontSize (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_model_ng.h25 void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) override
27 isDefaultFontSize_ = isDefaultFontSize;
33 FrameNode* frameNode, BadgeParameters& badgeParameters, bool isDefaultFontSize, bool isDefaultBadgeSize);
H A Dbadge_model.h29 virtual void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) = 0;
H A Dbadge_layout_property.h105 void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) in SetIsDefault() argument
107 isDefaultFontSize_ = isDefaultFontSize; in SetIsDefault()
H A Dbadge_model_ng.cpp122 FrameNode* frameNode, BadgeParameters& badgeParameters, bool isDefaultFontSize, bool isDefaultBadgeSize) in SetBadgeParam()
131 layoutProperty->SetIsDefault(isDefaultFontSize, isDefaultBadgeSize); in SetBadgeParam()
121 SetBadgeParam( FrameNode* frameNode, BadgeParameters& badgeParameters, bool isDefaultFontSize, bool isDefaultBadgeSize) SetBadgeParam() argument
H A Dbadge_layout_algorithm.cpp59 auto isDefaultFontSize = layoutProperty->GetFontSizeIsDefault(); in Measure() local
71 if (isDefaultFontSize) { in Measure()
83 if (isDefaultFontSize) { in Measure()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbadge_model_impl.h25 void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) override {};
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbadge_modifier.cpp59 BadgeModelNG::SetBadgeParam(frameNode, badgeParameters, style->isDefaultFontSize, style->isDefaultBadgeSize); in SetBadgeParamWithNumber()
71 BadgeModelNG::SetBadgeParam(frameNode, badgeParameters, style->isDefaultFontSize, style->isDefaultBadgeSize); in SetBadgeParamWithString()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_badge.cpp113 bool isDefaultFontSize = true; in CreateBadgeParameters() local
129 isDefaultFontSize = false; in CreateBadgeParameters()
151 BadgeModel::GetInstance()->SetIsDefault(isDefaultFontSize, isDefaultBadgeSize); in CreateBadgeParameters()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_badge_bridge.cpp59 param.isDefaultFontSize = true; in InitBadgeParam()
101 param.isDefaultFontSize = false; in ParseFontSize()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h695 ArkUI_Bool isDefaultFontSize; member

Completed in 26 milliseconds