Home
last modified time | relevance | path

Searched refs:IsScenceBoardWindow (Results 1 - 25 of 29) sorted by relevance

12

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dtouch_event_convertor.cpp30 Platform::ConvertMouseEvent(srcPointerEvent, mouseEvent, Container::Current()->IsScenceBoardWindow()); in ConvertToMouseEvent()
H A Dace_view_ohos.cpp355 ConvertMouseEvent(pointerEvent, event, container->IsScenceBoardWindow()); in ProcessMouseEvent()
H A Dace_container.h576 bool IsScenceBoardWindow() override;
H A Dace_container.cpp734 if (container->IsScenceBoardWindow()) { in OnInactive()
2901 bool AceContainer::IsScenceBoardWindow() in IsScenceBoardWindow() function in AceContainer
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_container.h72 bool IsScenceBoardWindow() override
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp71 if (container && container->IsScenceBoardWindow()) { in CreateAndShowSelectOverlay()
117 if (!container || !container->IsScenceBoardWindow()) { in FindWindowScene()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_customdialog_controller_ffi.cpp145 if (currentObj && currentObj->IsScenceBoardWindow() && !dialogProperties_.windowScene.Upgrade()) { in OpenDialog()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp43 if (!container || !container->IsScenceBoardWindow() || !container->IsSceneBoardEnabled()) { in FindWindowScene()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_ace_container.cpp150 bool AceContainer::IsScenceBoardWindow() in IsScenceBoardWindow() function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp204 if (container && container->IsScenceBoardWindow()) { in AddItemDrag()
640 if (container && container->IsScenceBoardWindow()) { in OnDragMoveOut()
719 if (container && container->IsScenceBoardWindow()) { in OnDragMove()
777 if (container && (container->IsScenceBoardWindow() || container->IsUIExtensionWindow())) { in ResetPreTargetFrameNode()
858 if (container && container->IsScenceBoardWindow()) { in OnDragEnd()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp285 if (container && container->IsScenceBoardWindow() && !dialogProperties_.windowScene.Upgrade()) { in JsOpenDialog()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h483 virtual bool IsScenceBoardWindow() in IsScenceBoardWindow() function in OHOS::Ace::Container
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dmagnifier_controller.cpp162 if (container && container->IsScenceBoardWindow()) { in GetRootNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp592 if (container && container->IsScenceBoardWindow()) { in GetSelectOverlayRoot()
609 if (!container || !container->IsScenceBoardWindow()) { in FindWindowScene()
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp701 } else if (parentContainer->IsScenceBoardWindow()) { in GetToastWindowType()
738 (parentContainer && parentContainer->IsScenceBoardWindow() && in ShowToast()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp592 " windowSceneId = %{public}d, IsScenceBoardWindow: %{public}d.", in NotifyForeground()
593 session_->GetPersistentId(), hostWindowId, windowSceneId, container->IsScenceBoardWindow()); in NotifyForeground()
594 if (container->IsScenceBoardWindow() && windowSceneId != INVALID_WINDOW_ID) { in NotifyForeground()
H A Dui_extension_pattern.cpp324 if (container->IsScenceBoardWindow() && !isModal_ && !hasMountToParent_) { in UpdateWant()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp155 if (!container->IsScenceBoardWindow()) { in PageChangeCloseKeyboard()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp911 if (container && container->IsScenceBoardWindow()) { in SetFilter()
1101 if (container && container->IsScenceBoardWindow()) { in MountPixelMap()
1244 if (container && container->IsScenceBoardWindow()) { in SetPixelMap()
1422 if (container && container->IsScenceBoardWindow()) { in SetEventColumn()
2039 if (container && container->IsScenceBoardWindow()) { in MountGatherNode()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp197 } else if (parentContainer->IsScenceBoardWindow() || windowType == Rosen::WindowType::WINDOW_TYPE_DESKTOP) { in InitContainer()
625 if (parentContainer->IsScenceBoardWindow()) { in HideWindow()
1360 if (parentContainer->IsScenceBoardWindow() || toastInfo.showMode == NG::ToastShowMode::TOP_MOST || in ShowToastForAbility()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp834 if (container && container->IsScenceBoardWindow()) { in OpenDialogAnimation()
961 if (container && container->IsScenceBoardWindow()) { in SetDialogTransitionEffect()
1288 if (container && container->IsScenceBoardWindow()) { in ClearMenuAnimation()
1675 if (container && container->IsScenceBoardWindow()) { in MountPopup()
1762 if (container && container->IsScenceBoardWindow()) { in HidePopup()
2042 if (container && container->IsScenceBoardWindow()) { in ShowMenu()
2174 if (container && container->IsScenceBoardWindow()) { in HideAllMenus()
5506 if (!container || !container->IsScenceBoardWindow() || isAttachToCustomNode_) { in FindWindowScene()
6691 if (container && container->IsScenceBoardWindow()) { in RemoveMenuNotInSubWindow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp36 if (!container || !container->IsScenceBoardWindow() || !Rosen::Session::IsScbCoreEnabled()) { in GetInstance()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp421 if (container->IsScenceBoardWindow()) { in InitBaseInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp799 if (container->IsScenceBoardWindow()) { in SetFilter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1808 if (container && container->IsScenceBoardWindow()) {

Completed in 63 milliseconds

12