/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
H A D | semi_modal_component.h | 27 explicit SemiModalComponent(bool isFullScreen) : isFullScreen_(isFullScreen) {} in SemiModalComponent() argument
|
H A D | semi_modal_component.cpp | 32 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 D | expand_safe_area_test_ng.h | 35 bool isFullScreen = false; member
|
/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_animation.cpp | 175 Create( RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) Create() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element_v2.cpp | 83 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 D | render_surface_impl.cpp | 159 void RenderSurfaceImpl::SetIsFullScreen(bool isFullScreen) in SetIsFullScreen() argument
|
H A D | media_player_impl.cpp | 278 int32_t MediaPlayerImpl::FullScreenChange(bool isFullScreen) in FullScreenChange() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_surface.cpp | 133 void ExtSurface::SetIsFullScreen(bool isFullScreen) in SetIsFullScreen() argument 136 paramStream << IS_FULLSCREEN << PARAM_EQUALS << isFullScreen; in SetIsFullScreen() local
|
H A D | player.cpp | 592 void Player::SetFullScreenChange(bool isFullScreen) in SetFullScreenChange() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_video.cpp | 212 FireFullscreen( bool isFullScreen, const WeakPtr<Player>& player, const WeakPtr<Texture>& texture) FireFullscreen() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | media_player.h | 136 virtual int32_t FullScreenChange(bool isFullScreen) in FullScreenChange() argument
|
H A D | render_surface.h | 98 virtual void SetIsFullScreen(bool isFullScreen) {} in SetIsFullScreen() argument
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 252 bool isFullScreen = true; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_component.h | 233 void SetIsFullScreen(bool isFullScreen) in SetIsFullScreen() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_pattern.h | 364 void SetMediaFullScreen(bool isFullScreen) in SetMediaFullScreen() argument
|
H A D | video_pattern.cpp | 1650 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 D | window_utils.h | 55 bool isFullScreen; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.cpp | 922 auto isFullScreen = in ClipUIExtensionSubWindowContent() local
|
/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 81 void WindowProperty::SetFullScreen(bool isFullScreen) in SetFullScreen() argument
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.cpp | 2417 bool isFullScreen = false;
in OnSetFullScreen() local
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 5378 auto isFullScreen = windowMode == WindowMode::WINDOW_MODE_FULLSCREEN || in UpdateHalfFoldHoverStatus() local
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 10119 bool isFullScreen = true; in CacVisibleWindowNum() local
|