/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
H A D | calendar_layout_algorithm.cpp | 65 maxHeight_ = pipeline->GetRootHeight(); in MeasureContent() 66 …SizeF(static_cast<float>(pipeline->GetRootWidth()), static_cast<float>(pipeline->GetRootHeight())); in MeasureContent()
|
H A D | calendar_paint_method.cpp | 677 Dimension(pipelineContext->GetRootHeight()).ConvertToVp() < DEVICE_HEIGHT_LIMIT) { in SetCalendarTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | render_focus_animation.cpp | 53 layoutSize_.SetHeight(pipelineContext->GetRootHeight()); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 75 … 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 D | render_calendar.cpp | 121 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 D | calendar_dialog_view.h | 51 : Dimension(pipeline->GetRootHeight()).ConvertToVp() < deviceHeightLimit); in CheckOrientationChange()
|
H A D | calendar_picker_pattern.cpp | 1067 float dialogHeight = pipelineContext->GetRootHeight(); in CalculateDialogOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | scroll_bar.cpp | 227 auto rootHeight = context->GetRootHeight(); in GetRootSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.cpp | 168 double rootHeight = context->GetRootHeight(); in GetInspectorTree()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_manager.cpp | 62 auto rootHeight = pipeline->GetRootHeight(); in SetClickPosition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_layout_algorithm.cpp | 233 …!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 D | navdestination_layout_algorithm.cpp | 381 auto height = pipeline->GetRootHeight(); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 390 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 D | render_select_popup.cpp | 565 bool check = GreatNotEqual(pipeline->GetRootWidth(), pipeline->GetRootHeight()); in ScreenDirectionSwitched()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 120 double rootHeight = context->GetRootHeight(); in AssembleJSONTree()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
H A D | render_semi_modal.cpp | 237 if (std::abs(delta) < context->GetRootHeight() * KEYBOARD_HEIGHT_RATIO) { in OnNavigationBarHeightChanged()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_test_update.cpp | 1707 …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 D | navigation_layout_algorithm.cpp | 244 frameSize.SetHeight(pipeline->GetRootHeight()); in FitScrollFullWindow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_pattern.cpp | 812 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 D | overlay_manager.h | 525 float GetRootHeight() const;
|
H A D | overlay_manager.cpp | 3975 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 D | dialog_layout_algorithm.cpp | 130 maxSize.SetHeight(pipeline->GetRootHeight()); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | render_water_flow.cpp | 346 mainMaxConstraintSize_ = MAX_CONSTRAINT_SCALE * pipelineContext->GetRootHeight(); in CallItemConstraintSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 849 double GetRootHeight() const in GetRootHeight() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 106 drawSize_ = Size(pipelineContext->GetRootWidth(), pipelineContext->GetRootHeight()); in OnAttachContext()
|