| 612 | } |
| 613 | |
| 614 | void FloatControllerPanel::Hide() { |
| 615 | this->hide(); |
| 616 | this->HideAllSubPanels(); |
| 617 | } |
| 618 | |
| 619 | void FloatControllerPanel::UpdateCaptureMonitorInfo() { |
| 620 | //LOGI("UpdateCaptureMonitorInfo, capturing monitor: {}", capture_monitor_.capturing_monitor_name_); |
no test coverage detected