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 D | root_layout_algorithm.cpp | 28 auto rootSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in Layout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/ |
H A D | safe_area_manager.cpp | 25 …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 D | storage_total_status_service.cpp | 72 int64_t rootSize = 0; in GetTotalSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_scroll_bar_painter.cpp | 64 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 D | safe_area_manager_test_ng.cpp | 206 NG::OptionalSize<uint32_t> rootSize; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 1841 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 D | select_overlay_layout_algorithm.cpp | 440 OffsetF& menuOffset, const SizeF& menuSize, const SizeF& rootSize) in AdjustMenuInRootRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 5728 SizeF rootSize(pipeline->GetRootWidth(), pipeline->GetRootHeight()); local
|