/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navdestination_pattern_base.cpp | 127 …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 D | navdestination_pattern_base.h | 232 void SetIsNeedHideToolBarForNavWidth(bool hide) in SetIsNeedHideToolBarForNavWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_navigation_bridge.cpp | 38 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 D | arkts_native_nav_destination_bridge.cpp | 52 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 D | navigation_modifier.cpp | 31 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 D | nav_destination_modifier.cpp | 40 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 D | js_navigation.cpp | 368 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 D | scene_session_test2.cpp | 1146 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 D | window_session_property.cpp | 199 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 D | ark_web_handler_impl.cpp | 870 void ArkWebHandlerImpl::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 980 void ArkWebHandlerWrapper::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 968 virtual void HideHandleAndQuickMenuIfNecessary(bool hide) {} in HideHandleAndQuickMenuIfNecessary()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.cpp | 739 void WebClientImpl::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary()
|
H A D | web_delegate.cpp | 5811 void WebDelegate::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary()
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 1572 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 D | scene_session.cpp | 3290 void SceneSession::NotifyForceHideChange(bool hide) in NotifyForceHideChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 3974 void WebPattern::HideHandleAndQuickMenuIfNecessary(bool hide, bool isScroll) in HideHandleAndQuickMenuIfNecessary()
|