Home
last modified time | relevance | path

Searched refs:GetRootHeight (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_layout_algorithm.cpp65 maxHeight_ = pipeline->GetRootHeight(); in MeasureContent()
66 …SizeF(static_cast<float>(pipeline->GetRootWidth()), static_cast<float>(pipeline->GetRootHeight())); in MeasureContent()
H A Dcalendar_paint_method.cpp677 Dimension(pipelineContext->GetRootHeight()).ConvertToVp() < DEVICE_HEIGHT_LIMIT) { in SetCalendarTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drender_focus_animation.cpp53 layoutSize_.SetHeight(pipelineContext->GetRootHeight()); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp75 … pipelineContext->GetRootWidth(), pipelineContext->GetRootHeight() - safeAreaTop - safeAreaBottom); in InitWrapperRect()
234 auto deviceHeight = context->GetRootHeight(); in GetOffsetY()
491 deviceHeight = pipelineContext->GetRootHeight(); in GetTextMaxHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drender_calendar.cpp121 SetLayoutSize({ context->GetRootWidth(), context->GetRootHeight() }); in PerformLayout()
123 maxHeight_ = context->GetRootHeight(); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.h51 : Dimension(pipeline->GetRootHeight()).ConvertToVp() < deviceHeightLimit); in CheckOrientationChange()
H A Dcalendar_picker_pattern.cpp1067 float dialogHeight = pipelineContext->GetRootHeight(); in CalculateDialogOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.cpp227 auto rootHeight = context->GetRootHeight(); in GetRootSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp168 double rootHeight = context->GetRootHeight(); in GetInspectorTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_manager.cpp62 auto rootHeight = pipeline->GetRootHeight(); in SetClickPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_layout_algorithm.cpp233 …!NearEqual(realHeight, pipeline->GetRootHeight() - safeArea.top_.Length() - safeArea.bottom_.Lengt… in IsFullWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp381 auto height = pipeline->GetRootHeight(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp390 auto rootHeight = context->GetRootHeight(); in GetContextInfo()
728 auto rootHeight = context->GetRootHeight(); in GetSimplifiedInspector()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp565 bool check = GreatNotEqual(pipeline->GetRootWidth(), pipeline->GetRootHeight()); in ScreenDirectionSwitched()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp120 double rootHeight = context->GetRootHeight(); in AssembleJSONTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp237 if (std::abs(delta) < context->GetRootHeight() * KEYBOARD_HEIGHT_RATIO) { in OnNavigationBarHeightChanged()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_update.cpp1707 …EXPECT_EQ(pattern->wrapperRect_.Height(), pipelineContext->GetRootHeight()- safeAreaTop - safeArea…
1767 …EXPECT_EQ(pattern->wrapperRect_.Height(), pipelineContext->GetRootHeight()- foldCreaseBottom - saf…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp244 frameSize.SetHeight(pipeline->GetRootHeight()); in FitScrollFullWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp812 inputH = textFieldManager ? pipelineContext->GetRootHeight() - in GetSheetHeightChange()
816 …inputH = textFieldManager ? (pipelineContext->GetRootHeight() - textFieldManager->GetClickPosition… in GetSheetHeightChange()
824 …auto largeHeight = pipelineContext->GetRootHeight() - SHEET_BLANK_MINI_HEIGHT.ConvertToPx() - shee… in GetSheetHeightChange()
H A Doverlay_manager.h525 float GetRootHeight() const;
H A Doverlay_manager.cpp3975 auto rootHeight = GetRootHeight(); in PlayDefaultModalTransition()
5875 GetRootWidth(), GetRootHeight(), uiExtNodeAngle); in HandleUIExtNodeAngle()
5878 … layoutProperty->UpdateUserDefinedIdealSize(CalcSize(CalcLength(Dimension(GetRootHeight())), in HandleUIExtNodeAngle()
5898 … layoutProperty->UpdateUserDefinedIdealSize(CalcSize(CalcLength(Dimension(GetRootHeight())), in HandleUIExtNodeAngle()
5900 TranslateOptions translate(0, GetRootHeight(), 0); in HandleUIExtNodeAngle()
6382 float OverlayManager::GetRootHeight() const in GetRootHeight() function in OHOS::Ace::NG::OverlayManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp130 maxSize.SetHeight(pipeline->GetRootHeight()); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp346 mainMaxConstraintSize_ = MAX_CONSTRAINT_SCALE * pipelineContext->GetRootHeight(); in CallItemConstraintSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h849 double GetRootHeight() const in GetRootHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp106 drawSize_ = Size(pipelineContext->GetRootWidth(), pipelineContext->GetRootHeight()); in OnAttachContext()

12