Home
last modified time | relevance | path

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

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