Home
last modified time | relevance | path

Searched defs:isTouchable (Results 1 – 9 of 9) sorted by relevance

/foundation/window/window_manager/previewer/src/
Dwindow_option.cpp46 void WindowOption::SetTouchable(bool isTouchable) in SetTouchable()
Dwindow_impl.cpp144 WMError WindowImpl::SetTouchable(bool isTouchable) in SetTouchable()
/foundation/window/window_manager/wm/src/
Dwindow_option.cpp50 void WindowOption::SetTouchable(bool isTouchable) in SetTouchable()
Dwindow_session_impl.cpp630 WMError WindowSessionImpl::SetTouchable(bool isTouchable) in SetTouchable()
Dwindow_impl.cpp299 WMError WindowImpl::SetTouchable(bool isTouchable) in SetTouchable()
/foundation/window/window_manager/window_scene/common/src/
Dwindow_session_property.cpp61 void WindowSessionProperty::SetTouchable(bool isTouchable) in SetTouchable()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
Dmock_window.h56 virtual WMError SetTouchable(bool isTouchable) {return WMError::WM_OK;} in SetTouchable()
/foundation/window/window_manager/utils/src/
Dwindow_property.cpp91 void WindowProperty::SetTouchable(bool isTouchable) in SetTouchable()
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow.h498 virtual WMError SetTouchable(bool isTouchable) { return WMError::WM_OK; } in SetTouchable()