mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 07:10:19 +00:00
update test/mock/frameworks_kits_ability_native_test/include/mock_window.h.
window show增加参数 Signed-off-by: yyuehao <yangyuehao@huawei.com>
This commit is contained in:
parent
477f099ace
commit
46b3fb5a0f
@ -71,7 +71,8 @@ public:
|
||||
virtual WMError SetLayoutFullScreen(bool status) {return WMError::WM_OK;}
|
||||
virtual WMError SetFullScreen(bool status) {return WMError::WM_OK;}
|
||||
virtual WMError Destroy() {return WMError::WM_OK;}
|
||||
virtual WMError Show(uint32_t reason = 0, bool withAnimation = false) {return WMError::WM_OK;}
|
||||
virtual WMError Show(uint32_t reason = 0, bool withAnimation = false,
|
||||
bool withFocus = true) {return WMError::WM_OK;}
|
||||
virtual WMError Hide(uint32_t reason = 0, bool withAnimation = false,
|
||||
bool isFromInnerkits = true) {return WMError::WM_OK;}
|
||||
virtual WMError MoveTo(int32_t x, int32_t y, bool isMoveToGlobal = false) {return WMError::WM_OK;}
|
||||
|
Loading…
Reference in New Issue
Block a user