Searched refs:WindowManagerAgentController (Results 1 – 6 of 6) sorted by relevance
25 WM_IMPLEMENT_SINGLE_INSTANCE(WindowManagerAgentController) in WM_IMPLEMENT_SINGLE_INSTANCE() argument27 WMError WindowManagerAgentController::RegisterWindowManagerAgent(const sptr<IWindowManagerAgent>& w… in WM_IMPLEMENT_SINGLE_INSTANCE()39 void WindowManagerAgentController::UpdateFocusChangeInfo(const sptr<FocusChangeInfo>& focusChangeIn… in UpdateFocusChangeInfo()46 void WindowManagerAgentController::UpdateWindowModeTypeInfo(WindowModeType type) in UpdateWindowModeTypeInfo()54 void WindowManagerAgentController::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarR… in UpdateSystemBarRegionTints()66 void WindowManagerAgentController::NotifyAccessibilityWindowInfo( in NotifyAccessibilityWindowInfo()76 void WindowManagerAgentController::UpdateWindowVisibilityInfo( in UpdateWindowVisibilityInfo()86 void WindowManagerAgentController::UpdateCameraFloatWindowStatus(uint32_t accessTokenId, bool isSho… in UpdateCameraFloatWindowStatus()94 void WindowManagerAgentController::NotifyWaterMarkFlagChangedResult(bool showWaterMark) in NotifyWaterMarkFlagChangedResult()103 void WindowManagerAgentController::NotifyGestureNavigationEnabledResult(bool enable) in NotifyGestureNavigationEnabledResult()[all …]
83 WindowManagerAgentController::GetInstance().NotifyAccessibilityWindowInfo(infos, type); in NotifyAccessibilityWindowInfo()
1017 WindowManagerAgentController::GetInstance().UpdateFocusChangeInfo( in UpdateFocusStatus()1351 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarTintChanged()1395 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarRegionChanged()1480 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifySystemBarTints()1505 …WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(node->GetDisplayId(), tints… in NotifyDockWindowStateChanged()1527 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyDockWindowStateChanged()2586 …WindowManagerAgentController::GetInstance().UpdateCameraFloatWindowStatus(node->GetAccessTokenId()… in UpdateCameraFloatWindowStatus()
511 … WindowManagerAgentController::GetInstance().UpdateWindowVisibilityInfo(windowVisibilityInfos); in NotifyWindowVisibilityChange()922 WindowManagerAgentController::GetInstance().NotifyGestureNavigationEnabledResult(enable); in SetGestureNavigaionEnabled()1142 … WindowManagerAgentController::GetInstance().UpdateWindowVisibilityInfo(windowVisibilityInfos); in DestroyWindowInner()1940 …WindowManagerAgentController::GetInstance().NotifyWaterMarkFlagChangedResult(currentWaterMarkState… in CheckAndNotifyWaterMarkChangedResult()
1090 …WMError ret = WindowManagerAgentController::GetInstance().RegisterWindowManagerAgent(windowManager… in RegisterWindowManagerAgent()1111 …return WindowManagerAgentController::GetInstance().UnregisterWindowManagerAgent(windowManagerAgent… in UnregisterWindowManagerAgent()
26 class WindowManagerAgentController {27 WM_DECLARE_SINGLE_INSTANCE_BASE(WindowManagerAgentController)45 WindowManagerAgentController() {} in WindowManagerAgentController() function46 virtual ~WindowManagerAgentController() = default;