Home
last modified time | relevance | path

Searched refs:GetSafeAreaExpandOpts (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.cpp140 auto&& opts = navBarLayoutProperty->GetSafeAreaExpandOpts(); in UpdateTitleBarProperty()
186 auto&& opts = navBarLayoutProperty->GetSafeAreaExpandOpts(); in UpdateToolBarAndDividerProperty()
392 auto&& opts = layoutProperty->GetSafeAreaExpandOpts(); in ExpandContentSafeAreaIfNeeded()
H A Dnavigation_layout_algorithm.cpp671 auto&& opts = navigationLayoutProperty->GetSafeAreaExpandOpts(); in Layout()
H A Dnavigation_pattern.cpp300 auto&& opts = layoutProperty->GetSafeAreaExpandOpts(); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp163 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 Dlayout_property.h308 const std::unique_ptr<SafeAreaExpandOpts>& GetSafeAreaExpandOpts() const in GetSafeAreaExpandOpts() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_utils.cpp112 auto&& safeAreaOpts = layoutProps->GetSafeAreaExpandOpts(); in CheckHeightExpansion()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_group_test_ng.cpp757 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 Dtext_field_manager.cpp358 auto& opts = layoutProperty->GetSafeAreaExpandOpts(); in FindNavNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp414 auto&& opts = navDestinationLayoutProperty->GetSafeAreaExpandOpts(); in Layout()
H A Dnavdestination_pattern.cpp385 auto& opts = layoutProperty->GetSafeAreaExpandOpts(); in NeedIgnoreKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp253 auto&& opts = host->GetLayoutProperty()->GetSafeAreaExpandOpts(); in OnConnect()
H A Dui_extension_pattern.cpp424 auto&& opts = host->GetLayoutProperty()->GetSafeAreaExpandOpts(); in OnConnect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp705 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 Dview_abstract.cpp5044 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 Ddialog_layout_algorithm.cpp716 const auto& expandSafeAreaOpts = prop->GetSafeAreaExpandOpts(); in ComputeChildPosition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp593 auto&& opts = host->GetLayoutProperty()->GetSafeAreaExpandOpts();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp64 auto&& safeAreaOpts = gridLayoutProperty->GetSafeAreaExpandOpts(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp110 auto&& safeAreaOpts = listLayoutProperty->GetSafeAreaExpandOpts(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6535 auto &&opts = layoutProperty->GetSafeAreaExpandOpts(); in CheckSafeAreaIsExpand()
6549 auto &&opts = layoutProperty->GetSafeAreaExpandOpts(); in CheckSafeAreaKeyBoard()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp3359 auto&& opts = layoutProperty->GetSafeAreaExpandOpts(); in DumpTreeNodeSafeAreaInfoNg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp6929 const auto& opts = layoutProp->GetSafeAreaExpandOpts(); in IsRootExpansive()