Searched refs:withFocus (Results 1 - 14 of 14) sorted by relevance
/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 30 WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override; 208 void UpdateFocusableOnShow(bool withFocus);
|
H A D | window_extension_session_impl.h | 93 WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override;
|
H A D | window_session_impl.h | 77 WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override;
|
H A D | window_impl.h | 168 virtual WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override;
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 75 bool withFocus = true) {return WMError::WM_OK;} in Show()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 866 WMError WindowExtensionSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument 870 return WindowSessionImpl::Show(reason, withAnimation, withFocus); in Show()
|
H A D | window_scene_session_impl.cpp | 1115 WMError WindowSceneSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument 1173 UpdateFocusableOnShow(withFocus); in Show() 3292 void WindowSceneSessionImpl::UpdateFocusableOnShow(bool withFocus) in UpdateFocusableOnShow() argument 3294 if (withFocus) { in UpdateFocusableOnShow() 3298 auto ret = hostSession->SetFocusableOnShow(withFocus); in UpdateFocusableOnShow()
|
H A D | window_impl.cpp | 1661 WMError WindowImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument
|
H A D | window_session_impl.cpp | 504 WMError WindowSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 172 virtual WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) = 0;
|
H A D | window_impl.h | 103 virtual WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override;
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 468 WMError WindowImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 862 * @param withFocus True means window can get focus when it shows to foreground, false means the opposite; 866 bool withFocus = true) { return WMError::WM_OK; } in Show()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_controller_test.cpp | 41 MOCK_METHOD3(Show, WMError(uint32_t reason, bool withAnimation, bool withFocus));
|
Completed in 43 milliseconds