Home
last modified time | relevance | path

Searched refs:isLayoutFullScreen (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/windowmanager/
H A Dapplication-window-fa.md35 | Window | setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise<void> | 设置…
209 let isLayoutFullScreen: boolean = true;
210 mainWindowClass.setWindowLayoutFullScreen(isLayoutFullScreen)
H A Dapplication-window-stage.md45 | Window | setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise<void> | 设置…
427 let isLayoutFullScreen = true;
428 windowClass.setWindowLayoutFullScreen(isLayoutFullScreen)
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.56/
H A Dchangelogs-window.md65 let isLayoutFullScreen = true;
67 let promise = windowClass.setWindowLayoutFullScreen(isLayoutFullScreen);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md30 …| setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>setLa…
48 | ohos.window | WindowProperties | isLayoutFullScreen: boolean | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md30 …| setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>setLa…
48 | ohos.window | WindowProperties | isLayoutFullScreen: boolean | Added|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp1651 bool isLayoutFullScreen = true; variable
1652 ret = ssm_->GetIsLayoutFullScreen(isLayoutFullScreen);
1655 isLayoutFullScreen = false;
1656 ret = ssm_->GetIsLayoutFullScreen(isLayoutFullScreen);
1664 isLayoutFullScreen = true;
1665 ret = ssm_->GetIsLayoutFullScreen(isLayoutFullScreen);
1668 isLayoutFullScreen = false;
1669 ret = ssm_->GetIsLayoutFullScreen(isLayoutFullScreen);
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h61 int32_t SetWindowLayoutFullScreen(bool isLayoutFullScreen);
H A Dwindow_utils.h56 bool isLayoutFullScreen; member
H A Dwindow_ffi.h43 FFI_EXPORT int32_t FfiOHOSWindowSetWindowLayoutFullScreen(int64_t id, bool isLayoutFullScreen);
H A Dwindow_impl.cpp269 wp.isLayoutFullScreen = windowToken_->IsLayoutFullScreen(); in GetWindowProperties()
282 int32_t CJWindowImpl::SetWindowLayoutFullScreen(bool isLayoutFullScreen) in SetWindowLayoutFullScreen() argument
289 … WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetLayoutFullScreen(isLayoutFullScreen)); in SetWindowLayoutFullScreen()
H A Dwindow_ffi.cpp191 int32_t FfiOHOSWindowSetWindowLayoutFullScreen(int64_t id, bool isLayoutFullScreen) in FfiOHOSWindowSetWindowLayoutFullScreen() argument
199 int32_t res = instance->SetWindowLayoutFullScreen(isLayoutFullScreen); in FfiOHOSWindowSetWindowLayoutFullScreen()
/ohos5.0/docs/en/application-dev/windowmanager/
H A Dapplication-window-fa.md33 | Window | setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise&lt;void&gt; | Se…
208 let isLayoutFullScreen: boolean = true;
209 mainWindowClass.setWindowLayoutFullScreen(isLayoutFullScreen)
H A Dapplication-window-stage.md45 | Window | setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise&lt;void&gt; | Se…
428 let isLayoutFullScreen = true;
429 windowClass.setWindowLayoutFullScreen(isLayoutFullScreen)
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h50 WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) override;
H A Dsession_interface.h72 virtual WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) { return WSError::WS_OK; } in OnLayoutFullScreenChange() argument
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h85 using NotifyLayoutFullScreenChangeFunc = std::function<void(bool isLayoutFullScreen)>;
190 WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) override;
304 void SetIsLayoutFullScreen(bool isLayoutFullScreen);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.36/
H A Dchangelogs-arkui.md341 Window#setWindowLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback&lt;void&gt;):…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-window.md41 …|类名:WindowProperties;<br>方法or属性:isLayoutFullScreen: boolean;<br>旧版本信息:|类名:WindowProperties;<br>方法o…
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp405 bool isLayoutFullScreen = data.ReadBool(); in HandleLayoutFullScreenChange() local
406 TLOGD(WmsLogTag::WMS_LAYOUT, "isLayoutFullScreen: %{public}d", isLayoutFullScreen); in HandleLayoutFullScreenChange()
407 WSError errCode = OnLayoutFullScreenChange(isLayoutFullScreen); in HandleLayoutFullScreenChange()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-window.md180 |新增|NA|类名:Window;<br>方法or属性:setWindowLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncC…
181 |新增|NA|类名:Window;<br>方法or属性:setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise\<void>;…
286 …lScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<b…
287 …etLayoutFullScreen(isLayoutFullScreen: boolean): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:se…
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h314 void OnLayoutFullScreenChange(bool isLayoutFullScreen);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1157 virtual void SetIsLayoutFullScreen(bool isLayoutFullScreen) {} in SetIsLayoutFullScreen() argument
1158 virtual void SetIsNeedAvoidWindow(bool isLayoutFullScreen) {} in SetIsNeedAvoidWindow() argument
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h187 void SetIsLayoutFullScreen(bool isLayoutFullScreen);
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-window.md180 …me: Window;<br>Method or attribute name: setWindowLayoutFullScreen(isLayoutFullScreen: boolean, ca…
181 …me: Window;<br>Method or attribute name: setWindowLayoutFullScreen(isLayoutFullScreen: boolean): P…
286isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: W…
287 …(isLayoutFullScreen: boolean): Promise\<void>;<br>Old version: |Class name: Window;<br>Method or a…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-window.md1953 setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise&lt;void&gt;
2004 let isLayoutFullScreen = true;
2006 let promise = windowClass.setWindowLayoutFullScreen(isLayoutFullScreen);
7418 let isLayoutFullScreen = true;
7420 windowClass.setWindowLayoutFullScreen(isLayoutFullScreen, (err: BusinessError) => {
7986 setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback&lt;void&gt;): void
8024 let isLayoutFullScreen: boolean = true;
8025 windowClass.setLayoutFullScreen(isLayoutFullScreen, (err: BusinessError) => {
8040 setLayoutFullScreen(isLayoutFullScreen: boolean): Promise&lt;void&gt;
8083 let isLayoutFullScreen: boolean = true;
[all …]

12