Home
last modified time | relevance | path

Searched defs:hide (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.cpp127 …nPatternBase::UpdateTitleBarProperty(const RefPtr<LayoutProperty>& navBarLayoutProperty, bool hide, in UpdateTitleBarProperty()
148 bool hide, const RefPtr<TitleBarNode>& titleBarNode, float titleBarHeight) in UpdateTitleBarTranslateAndOpacity()
162 bool hide, const RefPtr<NavDestinationNodeBase>& hostNode) in UpdateToolBarAndDividerProperty()
193 void NavDestinationPatternBase::UpdateToolBarAndDividerTranslateAndOpacity(bool hide, in UpdateToolBarAndDividerTranslateAndOpacity()
215 …tternBase::HideOrShowTitleBarImmediately(const RefPtr<NavDestinationNodeBase>& hostNode, bool hide) in HideOrShowTitleBarImmediately()
229 …atternBase::HideOrShowToolBarImmediately(const RefPtr<NavDestinationNodeBase>& hostNode, bool hide) in HideOrShowToolBarImmediately()
H A Dnavdestination_pattern_base.h232 void SetIsNeedHideToolBarForNavWidth(bool hide) in SetIsNeedHideToolBarForNavWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_navigation_bridge.cpp38 bool hide = false; in SetHideToolBar() local
94 bool hide = hideArg->ToBoolean(vm)->Value(); in SetHideBackButton() local
146 bool hide = hideArg->ToBoolean(vm)->Value(); in SetHideNavBar() local
199 bool hide = false; in SetHideTitleBar() local
H A Darkts_native_nav_destination_bridge.cpp52 bool hide = false; in SetHideTitleBar() local
83 bool hide = false; in SetHideToolBar() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnavigation_modifier.cpp31 void SetHideToolBar(ArkUINodeHandle node, ArkUI_Bool hide, ArkUI_Bool animated) in SetHideToolBar()
209 void SetNavHideTitleBar(ArkUINodeHandle node, ArkUI_Bool hide, ArkUI_Bool animated) in SetNavHideTitleBar()
H A Dnav_destination_modifier.cpp40 void SetNavDestinationHideToolBar(ArkUINodeHandle node, ArkUI_Bool hide, ArkUI_Bool animated) in SetNavDestinationHideToolBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation.cpp368 void JSNavigation::SetHideNavBar(bool hide) in SetHideNavBar()
407 void JSNavigation::SetHideBackButton(bool hide) in SetHideBackButton()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1146 auto func = [scensession](bool hide) { in __anon5bcf85d40602()
1449 bool hide = sceneSession->GetForceHideState(); variable
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp199 void WindowSessionProperty::SetHideNonSystemFloatingWindows(bool hide) in SetHideNonSystemFloatingWindows()
204 void WindowSessionProperty::SetForceHide(bool hide) in SetForceHide()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp870 void ArkWebHandlerImpl::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp980 void ArkWebHandlerWrapper::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h968 virtual void HideHandleAndQuickMenuIfNecessary(bool hide) {} in HideHandleAndQuickMenuIfNecessary()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp739 void WebClientImpl::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary()
H A Dweb_delegate.cpp5811 void WebDelegate::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1572 session->RegisterForceHideChangeCallback([weakThis = wptr(this), where](bool hide) { in ProcessForceHideChangeRegister()
1583 void JsSceneSession::OnForceHideChange(bool hide) in OnForceHideChange()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3290 void SceneSession::NotifyForceHideChange(bool hide) in NotifyForceHideChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3974 void WebPattern::HideHandleAndQuickMenuIfNecessary(bool hide, bool isScroll) in HideHandleAndQuickMenuIfNecessary()