Searched refs:GetNextDesk (Results 1 – 5 of 5) sorted by relevance
194 desks_controller->GetNextDesk(/*use_target_active_desk=*/false)); in HandleDesksSwitchHorizontalScroll()304 desks_controller->GetNextDesk(/*use_target_active_desk=*/false)); in ProcessEventImpl()
75 const Desk* GetNextDesk() { in GetNextDesk() function76 return DesksController::Get()->GetNextDesk(); in GetNextDesk()626 const Desk* desk2 = GetNextDesk(); in TEST_F()
106 Desk* GetNextDesk(bool use_target_active_desk = true) const;
285 Desk* DesksController::GetNextDesk(bool use_target_active_desk) const { in GetNextDesk() function in ash::DesksController434 const Desk* desk_to_activate = going_left ? GetPreviousDesk() : GetNextDesk(); in ActivateAdjacentDesk()
349 target_desk = desks_controller->GetNextDesk(); in HandleMoveActiveItem()