Home
last modified time | relevance | path

Searched refs:widthType (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_side_bar_container_ffi.cpp42 void ParseAndSetWidth(Dimension dimension, CJWidthType widthType) in ParseAndSetWidth() argument
44 switch (widthType) { in ParseAndSetWidth()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp195 auto widthType = GetSizeTypeX(); in ToString() local
196 if (widthType == BackgroundImageSizeType::CONTAIN) { in ToString()
199 if (widthType == BackgroundImageSizeType::COVER) { in ToString()
202 if (widthType == BackgroundImageSizeType::AUTO) { in ToString()
205 if (widthType == BackgroundImageSizeType::FILL) { in ToString()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp51 void SideBarContainerModelImpl::ParseAndSetWidth(WidthType widthType, Dimension& width) in ParseAndSetWidth() argument
62 switch (widthType) { in ParseAndSetWidth()
H A Dside_bar_container_model_impl.h30 void ParseAndSetWidth(WidthType widthType, Dimension& width) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_model.h43 virtual void ParseAndSetWidth(WidthType widthType, Dimension& width);
H A Dside_bar_container_model_ng.h28 void ParseAndSetWidth(WidthType widthType, Dimension& width) override;
H A Dside_bar_container_model_ng.cpp80 void SideBarContainerModelNG::ParseAndSetWidth(WidthType widthType, Dimension& width) in ParseAndSetWidth() argument
82 switch (widthType) { in ParseAndSetWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_side_bar.cpp67 void ParseAndSetWidth(const JSCallbackInfo& info, WidthType widthType) in ParseAndSetWidth() argument
83 switch (widthType) { in ParseAndSetWidth()
97 SideBarContainerModel::GetInstance()->ParseAndSetWidth(widthType, value); in ParseAndSetWidth()
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.cpp513 auto widthType = isShortType ? (strcmp(language, "zh") == 0 || strcmp(language, "bo") == 0) in GetWeekdays() local
517 auto weekdaysUniStr = dateformat.getWeekdays(count, DateFormatSymbols::DtContextType::STANDALONE, widthType); in GetWeekdays()

Completed in 7 milliseconds