Home
last modified time | relevance | path

Searched defs:rootSize (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/root/
H A Droot_layout_algorithm.cpp28 auto rootSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.cpp25 …ets GenerateCutOutAreaWithRoot(const SafeAreaInsets& safeArea, NG::OptionalSize<uint32_t> rootSize) in GenerateCutOutAreaWithRoot()
50 …eaManager::CheckCutoutSafeArea(const SafeAreaInsets& safeArea, NG::OptionalSize<uint32_t> rootSize) in CheckCutoutSafeArea()
55 …aManager::UpdateCutoutSafeArea(const SafeAreaInsets& safeArea, NG::OptionalSize<uint32_t> rootSize) in UpdateCutoutSafeArea()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_total_status_service.cpp72 int64_t rootSize = 0; in GetTotalSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_scroll_bar_painter.cpp64 auto rootSize = scrollBar->GetRootSize(); in PaintCircleBar() local
99 auto rootSize = scrollBar->GetRootSize(); in PaintCircleBar() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dsafe_area_manager_test_ng.cpp206 NG::OptionalSize<uint32_t> rootSize; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1841 SizeF rootSize { static_cast<float>(rootWidth_), static_cast<float>(rootHeight_) }; in OriginalAvoidanceLogic() local
1942 …SizeF rootSize { static_cast<float>(context->rootWidth_), static_cast<float>(context->rootHeight_)… in OnVirtualKeyboardHeightChange() local
2069 …SizeF rootSize { static_cast<float>(context->rootWidth_), static_cast<float>(context->rootHeight_)… in OnCaretPositionChangeOrKeyboardHeightChange() local
2122 float height, SizeF& rootSize) in CalcNewKeyboardOffset()
2142 float height, SizeF rootSize) in CalcAvoidOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp440 OffsetF& menuOffset, const SizeF& menuSize, const SizeF& rootSize) in AdjustMenuInRootRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5728 SizeF rootSize(pipeline->GetRootWidth(), pipeline->GetRootHeight()); local