Home
last modified time | relevance | path

Searched defs:isFullScreen (Results 1 – 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
Dsemi_modal_component.h27 explicit SemiModalComponent(bool isFullScreen) : isFullScreen_(isFullScreen) {} in SemiModalComponent()
Dsemi_modal_component.cpp35 RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) in Create()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/
Dsemi_modal_mock.cpp22 RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) in Create()
Dmock_render_depend.h315 RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) in Create()
/foundation/arkui/ace_engine/frameworks/core/components/video/
Dvideo_element_v2.cpp39 bool isFullScreen, const WeakPtr<Player>& player, const WeakPtr<Texture>& texture) in FireFullscreen()
85 RefPtr<Component> VideoElementV2::FireFullscreen(bool isFullScreen, bool isPlaying, const WeakPtr<T… in FireFullscreen()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_surface.h76 virtual void SetIsFullScreen(bool isFullScreen) {} in SetIsFullScreen()
Dmedia_player.h122 virtual int32_t FullScreenChange(bool isFullScreen) in FullScreenChange()
/foundation/arkui/ace_engine/frameworks/core/animation/test/mock/
Dmock_animation.cpp191 RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) in Create()
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
Dext_surface.cpp124 void ExtSurface::SetIsFullScreen(bool isFullScreen) in SetIsFullScreen()
Dplayer.cpp582 void Player::SetFullScreenChange(bool isFullScreen) in SetFullScreenChange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drender_surface_impl.cpp124 void RenderSurfaceImpl::SetIsFullScreen(bool isFullScreen) in SetIsFullScreen()
Dmedia_player_impl.cpp250 int32_t MediaPlayerImpl::FullScreenChange(bool isFullScreen) in FullScreenChange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
Dvideo_pattern.h285 void SetMediaFullScreen(bool isFullScreen) in SetMediaFullScreen()
Dvideo_pattern.cpp690 auto isFullScreen = IsFullScreen(); in OnAttachToFrameNode() local
923 auto isFullScreen = IsFullScreen(); in OnAreaChangedInner() local
1158 …oController->SetRequestFullscreenImpl([weak = WeakClaim(this), uiTaskExecutor](bool isFullScreen) { in SetMethodCall()
1316 void VideoPattern::ChangeFullScreenButtonTag(bool isFullScreen, RefPtr<FrameNode>& fullScreenBtn) in ChangeFullScreenButtonTag()
1358 void VideoPattern::OnFullScreenChange(bool isFullScreen) in OnFullScreenChange()
1560 auto isFullScreen = IsFullScreen(); in GetTargetVideoPattern() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
Dselect_popup_component.h233 void SetIsFullScreen(bool isFullScreen) in SetIsFullScreen()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_video.cpp221 bool isFullScreen, const WeakPtr<Player>& player, const WeakPtr<Texture>& texture) in FireFullscreen()
/foundation/window/window_manager/utils/src/
Dwindow_property.cpp81 void WindowProperty::SetFullScreen(bool isFullScreen) in SetFullScreen()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.cpp1654 bool isFullScreen = false; in OnSetFullScreen() local