Searched refs:WindowManagerProxy (Results 1 – 3 of 3) sorted by relevance
80 WMError WindowManagerProxy::AddWindow(sptr<WindowProperty>& property) in AddWindow()172 WMError WindowManagerProxy::RequestFocus(uint32_t windowId) in RequestFocus()408 void WindowManagerProxy::ProcessPointUp(uint32_t windowId) in ProcessPointUp()432 WMError WindowManagerProxy::MinimizeAllAppWindows(DisplayId displayId) in MinimizeAllAppWindows()465 WMError WindowManagerProxy::ToggleShownStateForAllAppWindows() in ToggleShownStateForAllAppWindows()645 WMError WindowManagerProxy::GetUnreliableWindowInfo(int32_t windowId, in GetUnreliableWindowInfo()1006 void WindowManagerProxy::OffWindowZoom() in OffWindowZoom()1027 WMError WindowManagerProxy::RaiseToAppTop(uint32_t windowId) in RaiseToAppTop()1098 WMError WindowManagerProxy::SetGestureNavigaionEnabled(bool enable) in SetGestureNavigaionEnabled()1211 void WindowManagerProxy::SetMaximizeMode(MaximizeMode maximizeMode) in SetMaximizeMode()[all …]
26 class WindowManagerProxy : public IRemoteProxy<IWindowManager> {28 …explicit WindowManagerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWindowManager>(impl) … in WindowManagerProxy() function30 ~WindowManagerProxy() {}; in ~WindowManagerProxy()84 static inline BrokerDelegator<WindowManagerProxy> delegator_;
33 sptr<WindowManagerProxy> windowManagerProxy_;47 windowManagerProxy_ = new WindowManagerProxy(mockWindowManagerStub_); in SetUp()