Searched refs:movable (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 66 void SetMovable(bool movable);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 2056 TLOGW(WmsLogTag::WMS_LAYOUT, "Window is not movable, id: %{public}d, startDragFlag: %{public}d, " in IsMovable() 2057 "isFocused: %{public}d, movableWindowType: %{public}d, hasPointDown: %{public}d, movable: %{public}d", in IsMovable() 4075 void SceneSession::SetMovable(bool movable) in SetMovable() argument 4077 auto task = [weakThis = wptr(this), movable] { in SetMovable() 4084 TLOGI(WmsLogTag::WMS_LAYOUT, "id: %{public}d, isMovable: %{public}d", session->GetPersistentId(), movable); in SetMovable() 4085 session->moveDragController_->SetMovable(movable); in SetMovable()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 4132 bool movable = true; in OnSetMovable() local 4133 if (!ConvertFromJsValue(env, argv[0], movable)) { in OnSetMovable() 4134 TLOGE(WmsLogTag::WMS_LAYOUT, "[NAPI] Failed to convert parameter to movable"); in OnSetMovable() 4145 session->SetMovable(movable); in OnSetMovable()
|
Completed in 17 milliseconds