Searched refs:widthType (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_side_bar_container_ffi.cpp | 42 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 D | decoration.cpp | 195 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 D | side_bar_container_model_impl.cpp | 51 void SideBarContainerModelImpl::ParseAndSetWidth(WidthType widthType, Dimension& width) in ParseAndSetWidth() argument 62 switch (widthType) { in ParseAndSetWidth()
|
H A D | side_bar_container_model_impl.h | 30 void ParseAndSetWidth(WidthType widthType, Dimension& width) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_model.h | 43 virtual void ParseAndSetWidth(WidthType widthType, Dimension& width);
|
H A D | side_bar_container_model_ng.h | 28 void ParseAndSetWidth(WidthType widthType, Dimension& width) override;
|
H A D | side_bar_container_model_ng.cpp | 80 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 D | js_side_bar.cpp | 67 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 D | localization.cpp | 513 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