Home
last modified time | relevance | path

Searched refs:isSystemWindow (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h47 MoveDragController(int32_t persistentId, bool isSystemWindow = false);
63 void SetAsSystemWindow(bool isSystemWindow);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp47 MoveDragController::MoveDragController(int32_t persistentId, bool isSystemWindow) in MoveDragController() argument
50 isSystemWindow_ = isSystemWindow; in MoveDragController()
79 void MoveDragController::SetAsSystemWindow(bool isSystemWindow) in SetAsSystemWindow() argument
81 isSystemWindow_ = isSystemWindow; in SetAsSystemWindow()
H A Dsession.cpp1074 auto isSystemWindow = WindowHelper::IsSystemWindow(property->GetWindowType()); in InitSystemSessionDragEnable() local
1078 TLOGI(WmsLogTag::WMS_LAYOUT, "windId: %{public}d, defaultDragEnable: %{public}d, isSystemWindow: %{public}d, " in InitSystemSessionDragEnable()
1080 defaultDragEnable, isSystemWindow, isDialog, isSubWindow, isSystemCalling); in InitSystemSessionDragEnable()
1081 if (isSystemWindow && !isSubWindow && !isDialog && !isSystemCalling) { in InitSystemSessionDragEnable()
H A Dscene_session.cpp1945 bool isSystemWindow = GetSessionInfo().isSystem_; in TransferPointerEvent() local
1952 (isSystemWindow && (action != MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW))) { in TransferPointerEvent()

Completed in 16 milliseconds