Searched refs:isDefaultFontSize (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
H A D | badge_model_ng.h | 25 void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) override in SetIsDefault() argument 27 isDefaultFontSize_ = isDefaultFontSize; in SetIsDefault() 33 …FrameNode* frameNode, BadgeParameters& badgeParameters, bool isDefaultFontSize, bool isDefaultBadg…
|
H A D | badge_layout_property.h | 105 void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) in SetIsDefault() argument 107 isDefaultFontSize_ = isDefaultFontSize; in SetIsDefault()
|
H A D | badge_model.h | 29 virtual void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) = 0;
|
H A D | badge_model_ng.cpp | 128 …FrameNode* frameNode, BadgeParameters& badgeParameters, bool isDefaultFontSize, bool isDefaultBadg… in SetBadgeParam() argument 137 layoutProperty->SetIsDefault(isDefaultFontSize, isDefaultBadgeSize); in SetBadgeParam()
|
H A D | badge_layout_algorithm.cpp | 69 auto isDefaultFontSize = layoutProperty->GetFontSizeIsDefault(); in Measure() local 81 if (isDefaultFontSize) { in Measure() 93 if (isDefaultFontSize) { in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | badge_modifier.cpp | 59 …BadgeModelNG::SetBadgeParam(frameNode, badgeParameters, style->isDefaultFontSize, style->isDefault… in SetBadgeParamWithNumber() 71 …BadgeModelNG::SetBadgeParam(frameNode, badgeParameters, style->isDefaultFontSize, style->isDefault… in SetBadgeParamWithString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_badge.cpp | 113 bool isDefaultFontSize = true; in CreateBadgeParameters() local 129 isDefaultFontSize = false; in CreateBadgeParameters() 151 BadgeModel::GetInstance()->SetIsDefault(isDefaultFontSize, isDefaultBadgeSize); in CreateBadgeParameters()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | badge_model_impl.h | 25 void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) override {}; in SetIsDefault() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_badge_bridge.cpp | 59 param.isDefaultFontSize = true; in InitBadgeParam() 101 param.isDefaultFontSize = false; in ParseFontSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 700 ArkUI_Bool isDefaultFontSize; member
|