Lines Matching refs:reason
139 * @param reason Reason for window change.
142 virtual void OnSizeChange(Rect rect, WindowSizeChangeReason reason,
436 * @brief IWindowRectChangeListener is used to observe the window rect and its changing reason when window changed.
444 * @param reason Reason for window size change.
446 virtual void OnRectChange(Rect rect, WindowSizeChangeReason reason) {}
452 * @brief ISubWindowCloseListener is used to observe the window rect and its changing reason when window changed.
860 * @param reason Reason for window state change.
865 virtual WMError Show(uint32_t reason = 0, bool withAnimation = false,
870 * @param reason Reason for window state change.
875 virtual WMError Hide(uint32_t reason = 0, bool withAnimation = false, bool isFromInnerkits = true)
1787 * @param reason reason of update.
1789 virtual void UpdatePiPRect(const Rect& rect, WindowSizeChangeReason reason) {}
2105 * @param reason reason of update.
2108 virtual WMError Recover(uint32_t reason) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }