/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navdestination_pattern_base.cpp | 140 auto&& opts = navBarLayoutProperty->GetSafeAreaExpandOpts(); in UpdateTitleBarProperty() 186 auto&& opts = navBarLayoutProperty->GetSafeAreaExpandOpts(); in UpdateToolBarAndDividerProperty() 392 auto&& opts = layoutProperty->GetSafeAreaExpandOpts(); in ExpandContentSafeAreaIfNeeded()
|
H A D | navigation_layout_algorithm.cpp | 671 auto&& opts = navigationLayoutProperty->GetSafeAreaExpandOpts(); in Layout()
|
H A D | navigation_pattern.cpp | 300 auto&& opts = layoutProperty->GetSafeAreaExpandOpts(); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.cpp | 163 auto&& opts = GetLayoutProperty()->GetSafeAreaExpandOpts(); in CheckValidSafeArea() 169 auto&& parentOpts = parent->GetLayoutProperty()->GetSafeAreaExpandOpts(); in CheckValidSafeArea() 267 auto&& opts = GetLayoutProperty()->GetSafeAreaExpandOpts(); in ExpandSafeArea() 585 auto&& opts = parent->GetLayoutProperty()->GetSafeAreaExpandOpts(); in ExpandIntoKeyboard()
|
H A D | layout_property.h | 308 const std::unique_ptr<SafeAreaExpandOpts>& GetSafeAreaExpandOpts() const in GetSafeAreaExpandOpts() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_utils.cpp | 112 auto&& safeAreaOpts = layoutProps->GetSafeAreaExpandOpts(); in CheckHeightExpansion()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/ |
H A D | navrouter_group_test_ng.cpp | 757 EXPECT_EQ(hostNode->GetLayoutProperty()->GetSafeAreaExpandOpts(), nullptr); 795 auto&& hostOpts = hostNode->GetLayoutProperty()->GetSafeAreaExpandOpts(); 840 auto&& hostOpts = hostNode->GetLayoutProperty()->GetSafeAreaExpandOpts(); 887 auto&& hostOpts = hostNode->GetLayoutProperty()->GetSafeAreaExpandOpts();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_manager.cpp | 358 auto& opts = layoutProperty->GetSafeAreaExpandOpts(); in FindNavNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_layout_algorithm.cpp | 414 auto&& opts = navDestinationLayoutProperty->GetSafeAreaExpandOpts(); in Layout()
|
H A D | navdestination_pattern.cpp | 385 auto& opts = layoutProperty->GetSafeAreaExpandOpts(); in NeedIgnoreKeyboard()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 253 auto&& opts = host->GetLayoutProperty()->GetSafeAreaExpandOpts(); in OnConnect()
|
H A D | ui_extension_pattern.cpp | 424 auto&& opts = host->GetLayoutProperty()->GetSafeAreaExpandOpts(); in OnConnect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 705 auto&& opts = layoutProperty_->GetSafeAreaExpandOpts(); in DumpSafeAreaInfo() 707 DumpLog::GetInstance().AddDesc(layoutProperty_->GetSafeAreaExpandOpts() in DumpSafeAreaInfo() 988 auto&& opts = layoutProperty_->GetSafeAreaExpandOpts(); in DumpSimplifySafeAreaInfo() 4221 auto&& opts = GetLayoutProperty()->GetSafeAreaExpandOpts(); in SelfExpansive() 4227 auto&& opts = GetLayoutProperty()->GetSafeAreaExpandOpts(); in SelfExpansiveToKeyboard() 4237 auto&& parentOpts = parentLayoutProperty->GetSafeAreaExpandOpts(); in ParentExpansive()
|
H A D | view_abstract.cpp | 5044 const auto& SafeAreaExpandOpts = layoutProperty->GetSafeAreaExpandOpts(); in GetSafeAreaExpandType() 5058 const auto& SafeAreaExpandOpts = layoutProperty->GetSafeAreaExpandOpts(); in GetSafeAreaExpandEdges()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.cpp | 716 const auto& expandSafeAreaOpts = prop->GetSafeAreaExpandOpts(); in ComputeChildPosition()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | ui_extension_component_test_ng.cpp | 593 auto&& opts = host->GetLayoutProperty()->GetSafeAreaExpandOpts();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 64 auto&& safeAreaOpts = gridLayoutProperty->GetSafeAreaExpandOpts(); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 110 auto&& safeAreaOpts = listLayoutProperty->GetSafeAreaExpandOpts(); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 6535 auto &&opts = layoutProperty->GetSafeAreaExpandOpts(); in CheckSafeAreaIsExpand() 6549 auto &&opts = layoutProperty->GetSafeAreaExpandOpts(); in CheckSafeAreaKeyBoard()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 3359 auto&& opts = layoutProperty->GetSafeAreaExpandOpts(); in DumpTreeNodeSafeAreaInfoNg()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 6929 const auto& opts = layoutProp->GetSafeAreaExpandOpts(); in IsRootExpansive()
|