Home
last modified time | relevance | path

Searched defs:widthType (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
Dside_bar_container_model.h45 virtual void ParseAndSetWidth(WidthType widthType, const RefPtr<ResourceObject>& resObj) {}; in ParseAndSetWidth()
Dside_bar_container_model_ng.cpp82 void SideBarContainerModelNG::ParseAndSetWidth(WidthType widthType, Dimension& width, bool isDouble… in ParseAndSetWidth()
139 void SideBarContainerModelNG::ParseAndSetWidth(WidthType widthType, const RefPtr<ResourceObject>& r… in ParseAndSetWidth()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_side_bar_container_ffi.cpp50 void ParseAndSetWidth(Dimension dimension, CJWidthType widthType) in ParseAndSetWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dside_bar_container_model_impl.cpp51 void SideBarContainerModelImpl::ParseAndSetWidth(WidthType widthType, Dimension& width, bool isDoub… in ParseAndSetWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_side_bar.cpp67 void ParseAndSetWidth(const JSCallbackInfo& info, WidthType widthType) in ParseAndSetWidth()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Ddecoration.cpp257 auto widthType = GetSizeTypeX(); local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
Dcj_prompt_ffi.cpp239 int32_t widthType = options.widthUnit; in SetShape() local
/foundation/arkui/ace_engine/frameworks/base/i18n/
Dlocalization.cpp513 auto widthType = isShortType ? (strcmp(language, "zh") == 0 || strcmp(language, "bo") == 0) in GetWeekdays() local