Searched refs:isSystemWindow (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 47 MoveDragController(int32_t persistentId, bool isSystemWindow = false); 63 void SetAsSystemWindow(bool isSystemWindow);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 47 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 D | session.cpp | 1074 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 D | scene_session.cpp | 1945 bool isSystemWindow = GetSessionInfo().isSystem_; in TransferPointerEvent() local 1952 (isSystemWindow && (action != MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW))) { in TransferPointerEvent()
|
Completed in 16 milliseconds