Lines Matching refs:DisplayId

28 void DisplayGroupController::InitNewDisplay(DisplayId displayId)
58 std::vector<sptr<WindowNode>>* DisplayGroupController::GetWindowNodesByDisplayIdAndRootType(DisplayId displayId,
110 void DisplayGroupController::ProcessCrossNodes(DisplayId defaultDisplayId, DisplayStateChangeType type)
121 DisplayId newDisplayId;
151 auto showingDisplays = std::vector<DisplayId>();
187 DisplayId newDisplayId = node->GetDisplayId();
229 void DisplayGroupController::ChangeToRectInDisplayGroup(const sptr<WindowNode>& node, DisplayId displayId)
243 std::vector<DisplayId> curShowingDisplays = { node->GetDisplayId() };
251 std::vector<DisplayId> curShowingDisplays = { node->GetDisplayId() };
298 void DisplayGroupController::UpdateWindowDisplayId(const sptr<WindowNode>& node, DisplayId newDisplayId)
308 void DisplayGroupController::MoveCrossNodeToTargetDisplay(const sptr<WindowNode>& node, DisplayId targetDisplayId)
312 std::vector<DisplayId> newShowingDisplays = { targetDisplayId };
324 void DisplayGroupController::MoveNotCrossNodeToDefaultDisplay(const sptr<WindowNode>& node, DisplayId displayId)
341 std::vector<DisplayId> newShowingDisplays = { defaultDisplayId_ };
351 void DisplayGroupController::ProcessNotCrossNodesOnDestroyedDisplay(DisplayId displayId,
400 void DisplayGroupController::ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
401 const std::map<DisplayId, Rect>& displayRectMap)
406 DisplayId displayId = displayInfo->GetDisplayId();
424 void DisplayGroupController::ProcessDisplayDestroy(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
425 const std::map<DisplayId, Rect>& displayRectMap,
430 DisplayId displayId = displayInfo->GetDisplayId();
442 const std::map<DisplayId, Rect>& displayRectMap)
461 void DisplayGroupController::UpdateNodeSizeChangeReasonWithRotation(DisplayId displayId,
462 const std::map<DisplayId, Rect>& displayRectMap)
488 void DisplayGroupController::ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
489 const std::map<DisplayId, Rect>& displayRectMap,
495 DisplayId displayId = displayInfo->GetDisplayId();
521 void DisplayGroupController::ProcessDisplaySizeChangeOrRotation(DisplayId defaultDisplayId, DisplayId displayId,
522 const std::map<DisplayId, Rect>& displayRectMap, DisplayStateChangeType type)
537 void DisplayGroupController::ClearMapOfDestroyedDisplay(DisplayId displayId)
546 sptr<WindowPair> DisplayGroupController::GetWindowPairByDisplayId(DisplayId displayId)
592 void DisplayGroupController::UpdateSplitRatioPoints(DisplayId displayId)