Home
last modified time | relevance | path

Searched defs:dragEnabled (Results 1 – 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/common/src/
Dwindow_session_property.cpp66 void WindowSessionProperty::SetDragEnabled(bool dragEnabled) in SetDragEnabled()
/foundation/window/window_manager/previewer/src/
Dwindow_impl.cpp850 WMError WindowImpl::SetResizeByDragEnabled(bool dragEnabled) in SetResizeByDragEnabled()
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow.h1327 …virtual WMError SetResizeByDragEnabled(bool dragEnabled) { return WMError::WM_ERROR_DEVICE_NOT_SUP… in SetResizeByDragEnabled()
/foundation/window/window_manager/wm/src/
Dwindow_session_impl.cpp640 WMError WindowSessionImpl::SetResizeByDragEnabled(bool dragEnabled) in SetResizeByDragEnabled()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.cpp2872 bool dragEnabled = true; in OnSetResizeByDragEnabled() local