Home
last modified time | relevance | path

Searched defs:contentHeight (Results 1 – 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
Drich_text_component.cpp50 … [renderRichText, weak = WeakClaim(this)](int32_t width, int32_t height, int32_t contentHeight) { in CreateRenderNode()
Drender_rich_text.cpp166 …ichText::UpdateLayoutParams(const int32_t width, const int32_t height, const int32_t contentHeight) in UpdateLayoutParams()
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
Drender_semi_modal.cpp191 auto contentHeight = GetScrollContentHeight(); in UpdateMinBlankHeight() local
207 auto contentHeight = GetScrollContentHeight(); in UpdateDefaultBlankHeight() local
294 auto contentHeight = GetScrollContentHeight(); in FirstLayout() local
545 auto contentHeight = GetScrollContentHeight(); in HandleDragEnd() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
Dindexer_layout_algorithm.cpp52 auto contentHeight = itemCount_ * itemSize_ + verticalPadding; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
Dmulti_menu_layout_algorithm.cpp57 float contentHeight = 0.0f; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavdestination_layout_algorithm.cpp76 float contentHeight = size.Height() - titleBarHeight; in MeasureContentChild() local
/foundation/arkui/ace_engine/frameworks/core/components/panel/
Drender_sliding_panel.cpp283 auto contentHeight = maxSize.Height() - blankHeight_; in InnerLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dimage_painter.cpp174 float contentHeight = contentRect.Height(); in DrawImageWithRepeat() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dnav_bar_layout_algorithm.cpp209 …float contentHeight = navigationSize.Height() - titleBarHeight - toolBarHeight - toolBarDividerHei… in MeasureContentChild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
Ddot_indicator_paint_method.cpp246 auto contentHeight = indicatorPadding + itemHeight + indicatorPadding; in CalculateNormalMargin() local
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
Drich_text_delegate.cpp403 int32_t contentHeight = GetIntParam(param, NTC_PARAM_CONTENT_HEIGHT); in OnGotLayoutParam() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_layout_algorithm.cpp62 float contentHeight = 0.0f; in Measure() local
Dtext_field_pattern.cpp5434 auto contentHeight = contentRect_.Height(); local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp485 int16_t contentHeight = height - (uiView.GetStyle(STYLE_BORDER_WIDTH) * borderNum) - in AdapteBoxRectArea() local