Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dimage_analyzer_manager.h32 float contentHeight = 0.0f; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_inner_layout_test_ng.cpp108 const float contentHeight = SCROLL_HEIGHT - 10.f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drender_rich_text.cpp166 void RenderRichText::UpdateLayoutParams(const int32_t width, const int32_t height, const int32_t contentHeight) in UpdateLayoutParams() argument
/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
128 ConstraintHeight(LayoutWrapper* layoutWrapper, OptionalSizeF& frameSize, float contentHeight) ConstraintHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp57 auto contentHeight = childCount * itemSize_; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmulti_menu_layout_algorithm.cpp177 float contentHeight = 0.0f; in UpdateSelfSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp92 float contentHeight = 0.0f; in Measure() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Dimage_analyzer.h98 float contentHeight = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp182 float contentHeight = size.Height() - titleBarAndToolBarHeight; in MeasureContentChild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_layout_algorithm.cpp229 float contentHeight = navigationSize.Height() - titleBarHeight - toolBarHeight - toolBarDividerHeight; in MeasureContentChild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp108 auto contentHeight = defaultCaretHeight; in MeasureEmptyContentSize() local
143 auto contentHeight = std::min(res.Height(), maxHeight); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp209 float contentHeight = contentRect.Height(); in DrawImageWithRepeat() local
/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 in FirstLayout() local
539 auto contentHeight = GetScrollContentHeight(); HandleDragEnd() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Drender_sliding_panel.cpp275 auto contentHeight = maxSize.Height() - blankHeight_; in InnerLayout() local
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp291 auto contentHeight = indicatorPadding + itemHeight + indicatorPadding; in CalculateNormalMargin() local
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp602 uint32_t contentHeight = 0; in UpdateWinRectByComponent() local
628 uint32_t contentHeight = 0; in UpdateWinRectByComponent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp197 auto contentHeight = pattern->GetTextContentRect().Height(); in GetSecondHandleLocalPaintRect() local
H A Dtext_field_layout_algorithm.cpp184 auto contentHeight = GreatNotEqual(paragraph_->GetLongestLine(), 0.0) in InlineMeasureContent() local
325 auto contentHeight = std::min(contentConstraint.maxSize.Height(), height); in PlaceHolderMeasureContent() local
354 auto contentHeight = std::min(contentConstraint.maxSize.Height() - counterNodeHeight, height); in TextAreaMeasureContent() local
367 float contentHeight = CalculateContentHeight(contentConstraint); in TextInputMeasureContent() local
H A Dtext_field_pattern.cpp3222 auto contentHeight = numberOfLines * lineHeight + numberOfLines * lineSpacing; in ProcessNumberOfLines() local
6124 auto contentHeight = contentRect_.Height(); in OnBackPressed() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp488 auto contentHeight = geometryNode->GetPaddingSize().Height(); in CalculatePullDownRatio() local
/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

Completed in 40 milliseconds