Searched defs:isFullScreen (Results 1 – 18 of 18) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
D | semi_modal_component.h | 27 explicit SemiModalComponent(bool isFullScreen) : isFullScreen_(isFullScreen) {} in SemiModalComponent()
|
D | semi_modal_component.cpp | 35 RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/ |
D | semi_modal_mock.cpp | 22 RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) in Create()
|
D | mock_render_depend.h | 315 RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
D | video_element_v2.cpp | 39 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/ |
D | render_surface.h | 76 virtual void SetIsFullScreen(bool isFullScreen) {} in SetIsFullScreen()
|
D | media_player.h | 122 virtual int32_t FullScreenChange(bool isFullScreen) in FullScreenChange()
|
/foundation/arkui/ace_engine/frameworks/core/animation/test/mock/ |
D | mock_animation.cpp | 191 RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
D | ext_surface.cpp | 124 void ExtSurface::SetIsFullScreen(bool isFullScreen) in SetIsFullScreen()
|
D | player.cpp | 582 void Player::SetFullScreenChange(bool isFullScreen) in SetFullScreenChange()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
D | render_surface_impl.cpp | 124 void RenderSurfaceImpl::SetIsFullScreen(bool isFullScreen) in SetIsFullScreen()
|
D | media_player_impl.cpp | 250 int32_t MediaPlayerImpl::FullScreenChange(bool isFullScreen) in FullScreenChange()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
D | video_pattern.h | 285 void SetMediaFullScreen(bool isFullScreen) in SetMediaFullScreen()
|
D | video_pattern.cpp | 690 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/ |
D | select_popup_component.h | 233 void SetIsFullScreen(bool isFullScreen) in SetIsFullScreen()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
D | dom_video.cpp | 221 bool isFullScreen, const WeakPtr<Player>& player, const WeakPtr<Texture>& texture) in FireFullscreen()
|
/foundation/window/window_manager/utils/src/ |
D | window_property.cpp | 81 void WindowProperty::SetFullScreen(bool isFullScreen) in SetFullScreen()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
D | js_window.cpp | 1654 bool isFullScreen = false; in OnSetFullScreen() local
|