Lines Matching defs:status
156 * @brief IWindowStatusChangeListener is used to observe the window status when window status changed.
161 * @brief Notify caller when window status changed.
163 * @param status Mode of the current window.
165 virtual void OnWindowStatusChange(WindowStatus status) {}
187 * @brief IWindowDragListener is used to observe the drag status when drag window.
204 * @brief IDisplayMoveListener is used to observe display move status when display move.
810 * @brief Set the System Bar(include status bar and nav bar) Property
826 * @brief Set this window layout full screen, with hide status bar and nav bar above on this window
828 * @param status
831 virtual WMError SetLayoutFullScreen(bool status) { return WMError::WM_OK; }
845 * @brief Set this window full screen, with hide status bar and nav bar
847 * @param status if true, hide status bar and nav bar; Otherwise, show status bar and nav bar
850 virtual WMError SetFullScreen(bool status) { return WMError::WM_OK; }
959 * @brief Set transparent status.
966 * @brief Get transparent status.
1112 * @brief Check current focus status.
1792 * @brief update the pip control status.
1795 * @param status pip control status.
1797 virtual void UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status) {}
1800 * @brief set auto start status for window.
1878 * @brief Register window status change listener.
1888 * @brief Unregister window status change listener.
1899 * @brief Set Specific System Bar(include status bar and nav bar) Property
1911 * @brief Set System Bar(include status bar and nav bar) Properties
1924 * @brief Get System Bar(include status bar and nav bar) Properties
2318 * @brief Get the height of status bar.
2320 * @return the height of status bar.
2332 * @brief Get the window status of current window.