(actor)
| 452 | |
| 453 | // Tests if @actor belongs to this workspace and monitor |
| 454 | _isMyWindow(actor) { |
| 455 | const win = actor.meta_window; |
| 456 | return win.located_on_workspace(this.metaWorkspace) && |
| 457 | (win.get_monitor() === this.monitorIndex); |
| 458 | } |
| 459 | |
| 460 | // Tests if @win should be shown in the Overview |
| 461 | _isOverviewWindow(win) { |
no outgoing calls
no test coverage detected