Home
last modified time | relevance | path

Searched defs:isFullScreen (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_component.h27 explicit SemiModalComponent(bool isFullScreen) : isFullScreen_(isFullScreen) {} in SemiModalComponent() argument
H A Dsemi_modal_component.cpp32 Create( RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) Create() argument
/foundation/arkui/ace_engine/test/unittest/core/layout/safe_area/
H A Dexpand_safe_area_test_ng.h35 bool isFullScreen = false; member
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation.cpp175 Create( RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) Create() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element_v2.cpp83 RefPtr<Component> VideoElementV2::FireFullscreen(bool isFullScreen, bool isPlaying, const WeakPtr<Texture>& texture) in FireFullscreen() argument
36 FireFullscreen( bool isFullScreen, const WeakPtr<Player>& player, const WeakPtr<Texture>& texture) FireFullscreen() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_surface_impl.cpp159 void RenderSurfaceImpl::SetIsFullScreen(bool isFullScreen) in SetIsFullScreen() argument
H A Dmedia_player_impl.cpp278 int32_t MediaPlayerImpl::FullScreenChange(bool isFullScreen) in FullScreenChange() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_surface.cpp133 void ExtSurface::SetIsFullScreen(bool isFullScreen) in SetIsFullScreen() argument
136 paramStream << IS_FULLSCREEN << PARAM_EQUALS << isFullScreen; in SetIsFullScreen() local
H A Dplayer.cpp592 void Player::SetFullScreenChange(bool isFullScreen) in SetFullScreenChange() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_video.cpp212 FireFullscreen( bool isFullScreen, const WeakPtr<Player>& player, const WeakPtr<Texture>& texture) FireFullscreen() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dmedia_player.h136 virtual int32_t FullScreenChange(bool isFullScreen) in FullScreenChange() argument
H A Drender_surface.h98 virtual void SetIsFullScreen(bool isFullScreen) {} in SetIsFullScreen() argument
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp252 bool isFullScreen = true; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h233 void SetIsFullScreen(bool isFullScreen) in SetIsFullScreen() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.h364 void SetMediaFullScreen(bool isFullScreen) in SetMediaFullScreen() argument
H A Dvideo_pattern.cpp1650 void VideoPattern::ChangeFullScreenButtonTag(bool isFullScreen, RefPtr<FrameNode>& fullScreenBtn) in OnModifyDone() argument
1707 void VideoPattern::OnFullScreenChange(bool isFullScreen) in OnModifyDone() argument
1895 auto isFullScreen = IsFullScreen(); OnModifyDone() local
[all...]
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h55 bool isFullScreen; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp922 auto isFullScreen = in ClipUIExtensionSubWindowContent() local
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp81 void WindowProperty::SetFullScreen(bool isFullScreen) in SetFullScreen() argument
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp2417 bool isFullScreen = false; in OnSetFullScreen() local
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp5378 auto isFullScreen = windowMode == WindowMode::WINDOW_MODE_FULLSCREEN || in UpdateHalfFoldHoverStatus() local
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10119 bool isFullScreen = true; in CacVisibleWindowNum() local

Completed in 59 milliseconds