/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element_v2.cpp | 112 …[weak = AceType::WeakClaim(this), singleChild](bool fullscreen, bool isPlaying, int32_t currentPos… in FireFullscreen() argument 116 client->videoComponent_->SetFullscreen(fullscreen); in FireFullscreen() 126 client->isFullScreen_ = fullscreen; in FireFullscreen() 197 …[weak = AceType::WeakClaim(this)](bool fullscreen, bool isPlaying, const WeakPtr<Texture>& texture… in SetNewComponent() argument 201 result = client->FireFullscreen(fullscreen, isPlaying, texture); in SetNewComponent() 208 videoComponent_->SetFullscreenEvent([weak = AceType::WeakClaim(this)](bool fullscreen, in SetNewComponent() 213 result = client->FireFullscreen(fullscreen, player, texture); in SetNewComponent()
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | immersion-mode.md | 15 …olor.PNG) |  |  |
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/ |
H A D | core3d_dm_fullscreen_triangle_env_for_metaballs.vert | 15 // fullscreen triangle
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_triangle.vert | 15 // fullscreen triangle
|
/ohos5.0/base/usb/usb_manager/services/ |
H A D | usb_service.cfg | 6 "condition" : "bootevent.wms.fullscreen.ready=true",
|
/ohos5.0/foundation/window/window_manager/etc/ |
H A D | wms.para | 14 bootevent.wms.fullscreen.ready=false
|
H A D | wms.para.dac | 14 bootevent.wms.fullscreen.ready = foundation:foundation:0775
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-panel.md | 21 …fullscreen-like) area.<br>- **foldable**: A foldable panel displays permanent content in a large (… 22 …effect for **minibar** panels.<br>3. **full**: Displays a panel in a large (fullscreen-like) area.| 71 …ed (halfscreen-like) area.<br>- **full**: Displays a panel in a large (fullscreen-like) area.<br>T…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-panel.md | 207 | Minibar | A minibar panel that displays content in the minibar area or a large (fullscreen-like) … 208 | Foldable | A foldable panel that displays permanent content in a large (fullscreen-like), medium-… 209 | Temporary | A temporary panel that displays content in a large (fullscreen-like) or medium-sized … 222 | Full |2 | Displays a panel in a large (fullscreen-like) area.|
|
H A D | ts-media-components-video.md | 306 onFullscreenChange(callback:(event: { fullscreen: boolean }) => void) 318 | fullscreen | boolean | Yes | The value **true** means that the playback is in full-screen mode, …
|
H A D | ts-basic-components-navigation.md | 451 …tus bar style set by **Navigation** or **NavDestination** does not apply in non-fullscreen windows.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_video.cpp | 30 …videoChild_->SetFullscreenEvent([weak = AceType::WeakClaim(this)](bool fullscreen, const WeakPtr<P… in DOMVideo() 35 result = client->FireFullscreen(fullscreen, player, texture); in DOMVideo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkVideo.ts | 159 onFullscreenChange(callback: (event: { fullscreen: boolean }) => void): VideoAttribute {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-media-components-video.md | 305 onFullscreenChange(callback:(event: { fullscreen: boolean }) => vo… 317 | fullscreen | boolean | 是 | 为true表示进入全屏播放状态,为false则表示非全屏播放。 |
|
/ohos5.0/foundation/systemabilitymgr/safwk/etc/profile/ |
H A D | foundation.cfg | 147 "bootevent.wms.fullscreen.ready",
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | module-configuration-file.md | 326 …口模式。支持的取值如下:<br/>- fullscreen:全屏模式。<br/>- split:分屏模式。<br/>- floating:悬浮窗模式。 | 字符串数组… 380 "supportWindowMode": ["fullscreen", "split", "floating"],
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_entry.cpp | 890 napi_value fullscreen = nullptr; in WindowModeTypeConstructor() local 893 NAPI_CALL(env, napi_create_int32(env, WindowModeType::FULLSCREEN, &fullscreen)); in WindowModeTypeConstructor() 895 NAPI_CALL(env, napi_set_named_property(env, windowModeType, "FULLSCREEN", fullscreen)); in WindowModeTypeConstructor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 885 explicit FullScreenExitEvent(bool fullscreen = false) 886 : BaseEventInfo("FullScreenExitEvent"), fullscreen_(fullscreen) {}
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | module-configuration-file.md | 326 …fullscreen**: full-screen mode.<br>- **split**: split-screen mode.<br>- **floating**: floating win… 380 "supportWindowMode": ["fullscreen", "split", "floating"],
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | app-takeovers-web-media.md | 649 fullscreen: boolean = false;
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | app-takeovers-web-media.md | 649 fullscreen: boolean = false;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/ |
H A D | arkComponent.d.ts | 833 fullscreen: boolean;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | js-apis-webview.md | 15599 handleFullscreenChanged(fullscreen: boolean): void 15609 | fullscreen | boolean | 是 | 是否全屏。 |
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest004/ |
H A D | last_kmsg | 1507 …RAM][INFO][param_service.c:173]Handle set param msgId 4 pid 560 key: bootevent.wms.fullscreen.ready
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest005/ |
H A D | last_kmsg | 1507 …RAM][INFO][param_service.c:173]Handle set param msgId 4 pid 560 key: bootevent.wms.fullscreen.ready
|