/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navdestination_pattern_base.cpp | 134 if (hide) { in UpdateTitleBarProperty() 148 bool hide, const RefPtr<TitleBarNode>& titleBarNode, float titleBarHeight) in UpdateTitleBarTranslateAndOpacity() argument 154 offset.SetY(hide ? -titleBarHeight : 0.0f); in UpdateTitleBarTranslateAndOpacity() 156 renderContext->UpdateOpacity(hide ? 0.0f : 1.0f); in UpdateTitleBarTranslateAndOpacity() 162 bool hide, const RefPtr<NavDestinationNodeBase>& hostNode) in UpdateToolBarAndDividerProperty() argument 173 if (hide || !toolBarNode->HasValidContent()) { in UpdateToolBarAndDividerProperty() 193 void NavDestinationPatternBase::UpdateToolBarAndDividerTranslateAndOpacity(bool hide, in UpdateToolBarAndDividerTranslateAndOpacity() argument 197 float opacity = hide ? 0.0f : 1.0f; in UpdateToolBarAndDividerTranslateAndOpacity() 198 float offsetY = hide ? (toolBarHeight + toolBarDividerHeight) : 0; in UpdateToolBarAndDividerTranslateAndOpacity() 223 UpdateTitleBarProperty(navBarLayoutProperty, hide, hostNode); in HideOrShowTitleBarImmediately() [all …]
|
H A D | navdestination_pattern_base.h | 212 void HideOrShowToolBarImmediately(const RefPtr<NavDestinationNodeBase>& hostNode, bool hide); 215 …void UpdateToolBarAndDividerProperty(const RefPtr<LayoutProperty>& navBarLayoutProperty, bool hide, 217 …void UpdateToolBarAndDividerTranslateAndOpacity(bool hide, const RefPtr<NavToolbarNode>& toolBarNo… 219 void UpdateTitleBarProperty(const RefPtr<LayoutProperty>& navBarLayoutProperty, bool hide, 221 …void UpdateTitleBarTranslateAndOpacity(bool hide, const RefPtr<TitleBarNode>& titleBarNode, float … 222 void HideOrShowTitleBarImmediately(const RefPtr<NavDestinationNodeBase>& hostNode, bool hide); 232 void SetIsNeedHideToolBarForNavWidth(bool hide) in SetIsNeedHideToolBarForNavWidth() argument 234 needHideToolBarForNavWidth_ = hide; in SetIsNeedHideToolBarForNavWidth()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.25/ |
H A D | changelogs-arkui.md | 364 ## cl.arkui.7 窗口hide接口支持范围变更,仅支持系统窗口和子窗口 372 主窗口调用hide接口会导致不可预期的后果。 378 变更前:接口支持系统窗口和子窗口,针对主窗口调用hide接口可能会存在不可预期的问题。 392 Window的hide接口。包含: 393 hide(callback: AsyncCallback<void>): void; 394 hide(): Promise<void>。 398 hide()接口用来隐藏当前窗口,仅支持系统窗口和子窗口调用。若主窗口想实现最小化,请使用minimize()接口实现。
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-popup.md | 26 …boolean | false | 否 | 设置当前popup是否需要保留。设置为true时,点击屏幕区域或者页面切换气泡不会消失,需调用气泡组件的hide方法才可让气泡消失;设置为false时,… 64 | hide<sup>5+</sup> | - | 隐藏气泡提示。 | 125 this.$element("popup").hide();
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-common-accessibility.md | 16 …ce | string | auto | 无障碍重要性,用于控制某个组件是否可被无障碍辅助服务所识别。具体值可以设置为auto,yes,no和no-hide-descendants(最后一个值会使… 44 <div accessibilityimportance="no-hide-descendants">
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navigation.h | 34 static void SetHideBackButton(bool hide); 47 static void SetHideNavBar(bool hide);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-uiExtension-sys.md | 23 Sets whether to hide insecure windows. 27 …UIExtensionComponent**) is used to present important information, you can hide insecure windows to… 37 … | boolean | Yes | Whether to hide insecure windows. The value **true** means t… 69 console.log(`Failed to hide the non-secure windows. Cause:${JSON.stringify(err)}`);
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | application-component-configuration-fa.md | 74 To hide an entry icon on the home screen, you must configure the **AllowAppDesktopIconHide** privil… 78 * The application does not have the privilege to hide its icon on the home screen. 81 * The application has the privilege to hide its icon on the home screen. 84 * The application does not have the privilege to hide its icon on the home screen. 87 * The application has the privilege to hide its icon on the home screen. 91 * The application does not have the privilege to hide its icon on the home screen. 94 * The application has the privilege to hide its icon on the home screen.
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 56 |函数有变化|类名:Panel;<br>方法or属性:on(type: 'show' \| 'hide', callback: () => void): void;|类名:Panel;<br>方法o… 57 …|类名:Panel;<br>方法or属性:on(type: 'show' \| 'hide', callback: () => void): void;|类名:Panel;<br>方法or属性:o… 58 |函数有变化|类名:Panel;<br>方法or属性:off(type: 'show' \| 'hide', callback?: () => void): void;|类名:Panel;<br>方… 59 …名:Panel;<br>方法or属性:off(type: 'show' \| 'hide', callback?: () => void): void;|类名:Panel;<br>方法or属性:o…
|
/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 41 hide = hideArg->ToBoolean(vm)->Value(); in SetHideToolBar() 46 GetArkUINodeModifiers()->getNavigationModifier()->setHideToolBar(nativeNode, hide, animated); in SetHideToolBar() 94 bool hide = hideArg->ToBoolean(vm)->Value(); in SetHideBackButton() local 95 GetArkUINodeModifiers()->getNavigationModifier()->setHideBackButton(nativeNode, hide); in SetHideBackButton() 146 bool hide = hideArg->ToBoolean(vm)->Value(); in SetHideNavBar() local 147 GetArkUINodeModifiers()->getNavigationModifier()->setHideNavBar(nativeNode, hide); in SetHideNavBar() 199 bool hide = false; in SetHideTitleBar() local 202 hide = hideArg->ToBoolean(vm)->Value(); in SetHideTitleBar() 207 … GetArkUINodeModifiers()->getNavigationModifier()->setNavHideTitleBar(nativeNode, hide, animated); in SetHideTitleBar()
|
H A D | arkts_native_nav_destination_bridge.cpp | 52 bool hide = false; in SetHideTitleBar() local 55 hide = hideArg->ToBoolean(vm)->Value(); in SetHideTitleBar() 60 … GetArkUINodeModifiers()->getNavDestinationModifier()->setHideTitleBar(nativeNode, hide, animated); in SetHideTitleBar() 83 bool hide = false; in SetHideToolBar() local 86 hide = hideArg->ToBoolean(vm)->Value(); in SetHideToolBar() 91 …Modifiers()->getNavDestinationModifier()->setNavDestinationHideToolBar(nativeNode, hide, animated); in SetHideToolBar()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.31/ |
H A D | changelogs-window.md | 11 …stricted by the system layout. You do not need to call APIs to display or hide the status bar. In … 21 Before the change, the APIs can be called to display or hide the status bar on a 2-in-1 device in f…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-inputmethod-framworks.md | 50 - hide(callback: AsyncCallback<void>): void; 51 - hide(): Promise<void>; 142 - hide(callback: AsyncCallback<void>): void; 143 - hide(): Promise<void>;
|
/ohos5.0/docs/en/application-dev/windowmanager/ |
H A D | system-window-stage.md | 30 | Window | hide (callback: AsyncCallback\<void>): void | Hides this win… 58 … the volume bar window is no longer needed, you can call **hide** or **destroyWindow** to hide or … 119 (windowClass as window.Window).hide((err: BusinessError) => { 122 console.error('Failed to hide the window. Cause: ' + JSON.stringify(err)); 151 4. Show or hide the system window and play the animation during the process. 153 … to show the window and play the animation. Call **hideWithAnimation** to hide the window and play… 370 console.info('LOCAL-TEST start hide window animation'); 380 console.info('LOCAL-TEST onFinish in hide animation');
|
/ohos5.0/docs/zh-cn/application-dev/windowmanager/ |
H A D | system-window-stage.md | 30 | Window | hide (callback: AsyncCallback\<void>): void | 隐藏当前窗口。此接口为系统接… 58 当不再需要音量条窗口时,可根据具体实现逻辑,使用`hide`接口或`destroyWindow`接口对其进行隐藏或销毁。 119 (windowClass as window.Window).hide((err: BusinessError) => { 122 console.error('Failed to hide the window. Cause: ' + JSON.stringify(err)); 370 console.info('LOCAL-TEST start hide window animation'); 380 console.info('LOCAL-TEST onFinish in hide animation');
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-tabcontent.md | 837 console.info("Pink will hide") 857 console.info("Blue will hide") 867 console.info("Green will hide") 889 console.info("Pink will hide") 909 console.info("Blue will hide") 919 console.info("Green will hide") 941 console.info("Pink will hide") 961 console.info("Blue will hide") 971 console.info("Green will hide") 1670 console.info("Pink will hide") [all …]
|
H A D | ts-uicommonevent.md | 46 设置[onAppear](./ts-universal-events-show-hide.md#onappear)事件的回调。 63 设置[onDisappear](./ts-universal-events-show-hide.md#ondisappear)事件的回调。
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-popup.md | 27 …disappear when users tap other areas or switch the page. To hide the pop-up, call the **hide** met… 65 | hide<sup>5+</sup> | - | Hides the pop-up.| 126 this.$element("popup").hide();
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-router-flash-optimization.md | 6 … whether to hide the native navigation bar on the application side based on the callback notificat… 12 2. During web page loading, the system invokes a callback to notify the application to hide the nat…
|
/ohos5.0/base/inputmethod/imf/ |
H A D | hisysevent.yaml | 36 OPERATING: {type: STRING, desc: 'Show, hide or unbind soft keyboard'} 37 …OPERATE_INFO: {type: STRING, desc: 'Manipulate to show, hide, or unbind soft keyboard information'}
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-inputmethod-framworks.md | 50 - hide(callback: AsyncCallback<void>): void; 51 - hide(): Promise<void>; 142 - hide(callback: AsyncCallback<void>): void; 143 - hide(): Promise<void>;
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 56 |Function changed|Class name: Panel;<br>Method or attribute name: on(type: 'show' \| 'hide', callba… 57 … name: on(type: 'show' \| 'hide', callback: () => void): void;|Class name: Panel;<br>Method or att… 58 |Function changed|Class name: Panel;<br>Method or attribute name: off(type: 'show' \| 'hide', callb… 59 …ame: off(type: 'show' \| 'hide', callback?: () => void): void;|Class name: Panel;<br>Method or att…
|
/ohos5.0/docs/en/application-dev/device/input/ |
H A D | pointerstyle-guidelines.md | 5 …g the pointer style. For example, you can determine whether to display or hide the mouse pointer w… 26 When watching a video in full-screen mode, a user can hide the mouse pointer for an improved user e… 49 …console.log(`The mouse pointer hide attributes is failed. ${JSON.stringify(error, [`code`, `messag…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethodengine.md | 1730 ### hide<sup>10+</sup> 1758 ### hide<sup>10+</sup> 1760 hide(): Promise\<void> 1777 panel.hide().then(() => { 1852 ### on('hide')<sup>10+</sup> 1871 panel.on('hide', () => { 1944 ### off('hide')<sup>10+</sup> 1971 panel.off('hide'); 2078 ### hide<sup>9+</sup> 2114 ### hide<sup>9+</sup> [all …]
|
/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() argument 35 NavigationModelNG::SetHideToolBar(frameNode, hide, animated); in SetHideToolBar() 209 void SetNavHideTitleBar(ArkUINodeHandle node, ArkUI_Bool hide, ArkUI_Bool animated) in SetNavHideTitleBar() argument 213 NavigationModelNG::SetHideTitleBar(frameNode, hide, animated); in SetNavHideTitleBar()
|