Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drich_text_component.cpp50 … [renderRichText, weak = WeakClaim(this)](int32_t width, int32_t height, int32_t contentHeight) { in CreateRenderNode()
H A Drender_rich_text.cpp166 …ichText::UpdateLayoutParams(const int32_t width, const int32_t height, const int32_t contentHeight) in UpdateLayoutParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
H A Dtext_area_layout_algorithm.cpp101 float contentHeight = 0.0f; in Measure() local
130 float contentHeight) in ConstraintHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp185 auto contentHeight = GetScrollContentHeight(); in UpdateMinBlankHeight() local
201 auto contentHeight = GetScrollContentHeight(); in UpdateDefaultBlankHeight() local
288 auto contentHeight = GetScrollContentHeight(); in FirstLayout() local
539 auto contentHeight = GetScrollContentHeight(); in HandleDragEnd() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp123 auto contentHeight = defaultCaretHeight; in MeasureEmptyContentSize() local
158 auto contentHeight = std::min(res.Height(), maxHeight); in MeasureContent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmulti_menu_layout_algorithm.cpp142 float contentHeight = 0.0f; in UpdateSelfSize() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp576 uint32_t contentHeight = 0; in UpdateWinRectByComponent() local
602 uint32_t contentHeight = 0; in UpdateWinRectByComponent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp70 auto contentHeight = childCount * itemSize_; in Measure() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Dimage_analyzer.h96 float contentHeight = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp189 auto contentHeight = GreatNotEqual(paragraph_->GetLongestLine(), 0.0) in InlineMeasureContent() local
326 auto contentHeight = std::min(contentConstraint.maxSize.Height(), height); in PlaceHolderMeasureContent() local
355 auto contentHeight = std::min(contentConstraint.maxSize.Height() - counterNodeHeight, height); in TextAreaMeasureContent() local
368 float contentHeight = CalculateContentHeight(contentConstraint); in TextInputMeasureContent() local
H A Dtext_field_select_overlay.cpp184 auto contentHeight = pattern->GetTextContentRect().Height(); in GetSecondHandleLocalPaintRect() local
H A Dtext_field_pattern.cpp3205 auto contentHeight = numberOfLines * lineHeight + numberOfLines * lineSpacing; in ProcessNumberOfLines() local
6173 auto contentHeight = contentRect_.Height(); in OnBackPressed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Drender_sliding_panel.cpp275 auto contentHeight = maxSize.Height() - blankHeight_; in InnerLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp91 float contentHeight = 0.0f; in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_layout_algorithm.cpp239 …float contentHeight = navigationSize.Height() - titleBarHeight - toolBarHeight - toolBarDividerHei… in MeasureContentChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp194 float contentHeight = size.Height() - titleBarAndToolBarHeight; in MeasureContentChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp205 float contentHeight = contentRect.Height(); in DrawImageWithRepeat() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.cpp405 int32_t contentHeight = GetIntParam(param, NTC_PARAM_CONTENT_HEIGHT); in OnGotLayoutParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp271 auto contentHeight = indicatorPadding + itemHeight + indicatorPadding; in CalculateNormalMargin() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp485 auto contentHeight = geometryNode->GetPaddingSize().Height(); in CalculatePullDownRatio() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp485 int16_t contentHeight = height - (uiView.GetStyle(STYLE_BORDER_WIDTH) * borderNum) - in AdapteBoxRectArea() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1609 float contentHeight = info.lastMainSize_ - info.contentEndPadding_; in GetEndOffset() local