mirror of
https://gitee.com/openharmony/window_window_manager
synced 2025-03-01 12:16:23 +00:00
commit
b0b9b90a2f
@ -1705,7 +1705,7 @@ public:
|
||||
*/
|
||||
virtual WMError SetWindowLimits(WindowLimits& windowLimits) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }
|
||||
|
||||
/**
|
||||
/*
|
||||
* @brief Register listener, if timeout(seconds) pass with no interaction, the listener will be executed.
|
||||
*
|
||||
* @param listener IWindowNoInteractionListenerSptr.
|
||||
|
@ -225,9 +225,10 @@ public:
|
||||
virtual WmErrorCode KeepKeyboardOnFocus(bool keepKeyboardFlag) override;
|
||||
virtual WMError SetSingleFrameComposerEnabled(bool enable) override;
|
||||
virtual WMError SetLandscapeMultiWindow(bool isLandscapeMultiWindow) override;
|
||||
virtual void SetUiDvsyncSwitch(bool dvsyncSwitch) override;
|
||||
virtual WMError UpdateSystemBarProperty(bool status);
|
||||
virtual WMError SetImmersiveModeEnabledState(bool enable) override;
|
||||
virtual bool GetImmersiveModeEnabledState() const override;
|
||||
virtual WMError UpdateSystemBarProperty(bool status);
|
||||
|
||||
private:
|
||||
static sptr<Window> FindWindowById(uint32_t windowId);
|
||||
|
@ -1128,6 +1128,10 @@ WMError WindowImpl::SetLandscapeMultiWindow(bool isLandscapeMultiWindow)
|
||||
return WMError::WM_OK;
|
||||
}
|
||||
|
||||
void WindowImpl::SetUiDvsyncSwitch(bool dvsyncSwitch)
|
||||
{
|
||||
}
|
||||
|
||||
WMError WindowImpl::SetImmersiveModeEnabledState(bool enable)
|
||||
{
|
||||
return WMError::WM_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user