/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | rich_text_component.cpp | 50 … [renderRichText, weak = WeakClaim(this)](int32_t width, int32_t height, int32_t contentHeight) { in CreateRenderNode()
|
H A D | render_rich_text.cpp | 166 …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 D | text_area_layout_algorithm.cpp | 101 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 D | render_semi_modal.cpp | 185 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 D | rich_editor_layout_algorithm.cpp | 123 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 D | multi_menu_layout_algorithm.cpp | 142 float contentHeight = 0.0f; in UpdateSelfSize() local
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_controller.cpp | 576 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 D | indexer_layout_algorithm.cpp | 70 auto contentHeight = childCount * itemSize_; in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/ |
H A D | image_analyzer.h | 96 float contentHeight = 0.0f; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_layout_algorithm.cpp | 189 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 D | text_field_select_overlay.cpp | 184 auto contentHeight = pattern->GetTextContentRect().Height(); in GetSecondHandleLocalPaintRect() local
|
H A D | text_field_pattern.cpp | 3205 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 D | render_sliding_panel.cpp | 275 auto contentHeight = maxSize.Height() - blankHeight_; in InnerLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/ |
H A D | text_input_layout_algorithm.cpp | 91 float contentHeight = 0.0f; in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_layout_algorithm.cpp | 239 …float contentHeight = navigationSize.Height() - titleBarHeight - toolBarHeight - toolBarDividerHei… in MeasureContentChild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_layout_algorithm.cpp | 194 float contentHeight = size.Height() - titleBarAndToolBarHeight; in MeasureContentChild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | image_painter.cpp | 205 float contentHeight = contentRect.Height(); in DrawImageWithRepeat() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_delegate.cpp | 405 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 D | dot_indicator_paint_method.cpp | 271 auto contentHeight = indicatorPadding + itemHeight + indicatorPadding; in CalculateNormalMargin() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 485 auto contentHeight = geometryNode->GetPaddingSize().Height(); in CalculatePullDownRatio() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 485 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 D | grid_pattern.cpp | 1609 float contentHeight = info.lastMainSize_ - info.contentEndPadding_; in GetEndOffset() local
|