Home
last modified time | relevance | path

Searched refs:SetIgnoreLayoutSafeArea (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnav_destination_modifier.cpp82 void SetIgnoreLayoutSafeArea(ArkUINodeHandle node, const char* typeStr, const char* edgesStr) in SetIgnoreLayoutSafeArea() function
93 NavDestinationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in SetIgnoreLayoutSafeArea()
115 NavDestinationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in SetIgnoreLayoutSafeArea()
125 NavDestinationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in ResetIgnoreLayoutSafeArea()
250 SetIgnoreLayoutSafeArea, in GetNavDestinationModifier()
276 SetIgnoreLayoutSafeArea, in GetCJUINavDestinationModifier()
H A Dnavigation_modifier.cpp249 NavigationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in SetNavIgnoreLayoutSafeArea()
271 NavigationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in SetNavIgnoreLayoutSafeArea()
281 NavigationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in ResetNavIgnoreLayoutSafeArea()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.h63 void SetIgnoreLayoutSafeArea(const SafeAreaExpandOpts& opts) override;
64 static void SetIgnoreLayoutSafeArea(FrameNode* frameNode, const SafeAreaExpandOpts& opts);
H A Dnavdestination_model.h73 virtual void SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) {}; in SetIgnoreLayoutSafeArea() function
H A Dnavdestination_model_ng.cpp699 void NavDestinationModelNG::SetIgnoreLayoutSafeArea(const SafeAreaExpandOpts& opts) in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavDestinationModelNG
710 void NavDestinationModelNG::SetIgnoreLayoutSafeArea(FrameNode* frameNode, const SafeAreaExpandOpts&… in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavDestinationModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model_ng.h94 void SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) override;
95 static void SetIgnoreLayoutSafeArea(FrameNode* frameNode, const NG::SafeAreaExpandOpts& opts);
H A Dnavigation_model.h90 virtual void SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) {}; in SetIgnoreLayoutSafeArea() function
H A Dnavigation_model_ng.cpp1462 void NavigationModelNG::SetIgnoreLayoutSafeArea(const SafeAreaExpandOpts& opts) in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavigationModelNG
1474 void NavigationModelNG::SetIgnoreLayoutSafeArea(FrameNode* frameNode, const SafeAreaExpandOpts& opt… in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavigationModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_nav_destination_bridge.h33 static ArkUINativeModuleValue SetIgnoreLayoutSafeArea(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_navigation_bridge.h51 static ArkUINativeModuleValue SetIgnoreLayoutSafeArea(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_nav_destination_bridge.cpp174 ArkUINativeModuleValue NavDestinationBridge::SetIgnoreLayoutSafeArea(ArkUIRuntimeCallInfo *runtimeC… in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavDestinationBridge
H A Darkts_native_navigation_bridge.cpp428 ArkUINativeModuleValue NavigationBridge::SetIgnoreLayoutSafeArea(ArkUIRuntimeCallInfo *runtimeCallI… in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavigationBridge
H A Darkts_native_api_impl_bridge.cpp2524 …::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NavDestinationBridge::SetIgnoreLayoutSafeArea)); in GetArkUINativeModule()
3411 …anda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NavigationBridge::SetIgnoreLayoutSafeArea)); in RegisterNavigationAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination.h45 static void SetIgnoreLayoutSafeArea(const JSCallbackInfo& info);
H A Djs_navigation.h57 static void SetIgnoreLayoutSafeArea(const JSCallbackInfo& info);
H A Djs_navdestination.cpp474 void JSNavDestination::SetIgnoreLayoutSafeArea(const JSCallbackInfo& info) in SetIgnoreLayoutSafeArea() function in OHOS::Ace::Framework::JSNavDestination
509 NavDestinationModel::GetInstance()->SetIgnoreLayoutSafeArea(opts); in SetIgnoreLayoutSafeArea()
608 …SNavDestination>::StaticMethod("ignoreLayoutSafeArea", &JSNavDestination::SetIgnoreLayoutSafeArea); in JSBind()
H A Djs_navigation.cpp275 …SClass<JSNavigation>::StaticMethod("ignoreLayoutSafeArea", &JSNavigation::SetIgnoreLayoutSafeArea); in JSBind()
798 void JSNavigation::SetIgnoreLayoutSafeArea(const JSCallbackInfo& info) in SetIgnoreLayoutSafeArea() function in OHOS::Ace::Framework::JSNavigation
833 NavigationModel::GetInstance()->SetIgnoreLayoutSafeArea(opts); in SetIgnoreLayoutSafeArea()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dnavigation_model_impl.h64 void SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) override;
H A Dnavigation_model_impl.cpp281 void NavigationModelImpl::SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) {} in SetIgnoreLayoutSafeArea() function in OHOS::Ace::Framework::NavigationModelImpl