Home
last modified time | relevance | path

Searched defs:contentWidth (Results 1 – 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
Dindexer_layout_algorithm.cpp51 auto contentWidth = itemSize_ + horizontalPadding; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
Dmulti_menu_layout_algorithm.cpp58 float contentWidth = childConstraint.selfIdealSize.Width().value(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
Dmenu_item_layout_algorithm.cpp85 float contentWidth = leftRowWidth + rightRowWidth + padding.Width() + middleSpace; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dimage_painter.cpp173 float contentWidth = contentRect.Width(); in DrawImageWithRepeat() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
Ddot_indicator_paint_method.cpp245 … auto contentWidth = indicatorPadding + allPointDiameterSum + allPointSpaceSum + indicatorPadding; in CalculateNormalMargin() local
/foundation/arkui/ui_lite/frameworks/common/
Dtext.cpp502 uint16_t Text::GetLetterIndexByLinePosition(const Style& style, int16_t contentWidth, in GetLetterIndexByLinePosition()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_layout_algorithm.cpp61 float contentWidth = 0.0f; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
Dside_bar_container_layout_algorithm.cpp497 auto contentWidth = parentWidth - padding.left.value_or(0) - padding.right.value_or(0); in MeasureSideBarContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dswiper_indicator_pattern.cpp652 … auto contentWidth = indicatorPadding + allPointDiameterSum + allPointSpaceSum + indicatorPadding; in HandleTouchClickMargin() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp2151 float contentWidth = GetMainContentSize(); in CalculateDisplayCount() local
2175 float contentWidth, float minSize, float margin, float gutter, float swiperPadding) const in CalculateCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dselect_overlay_node.cpp160 …g& data, const std::function<void(std::string&)>& callback, int32_t overlayId, float& contentWidth) in BuildButton()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp502 int16_t contentWidth = width - (uiView.GetStyle(STYLE_BORDER_WIDTH) * borderNum) - in AdapteBoxRectArea() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/grid/
Dgrid_test_ng.cpp233 int32_t GridTestNg::CalculateGridColumnsOrRows(float contentWidth, float gridWidth, float gutter, f… in CalculateGridColumnsOrRows()