Home
last modified time | relevance | path

Searched refs:IsMovableWindowType (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp302 * @tc.name: IsMovableWindowType
306 HWTEST_F(SceneSessionTest3, IsMovableWindowType, Function | SmallTest | Level2) in HWTEST_F()
309 info.abilityName_ = "IsMovableWindowType"; in HWTEST_F()
310 info.bundleName_ = "IsMovableWindowType"; in HWTEST_F()
315 EXPECT_EQ(scensession->IsMovableWindowType(), false); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h575 bool IsMovableWindowType();
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1974 bool isMovableWindowType = IsMovableWindowType(); in TransferPointerEvent()
2023 bool SceneSession::IsMovableWindowType() in IsMovableWindowType() function in SceneSession
2054 if (!(!moveDragController_->GetStartDragFlag() && IsFocused() && IsMovableWindowType() && in IsMovable()
2058 GetPersistentId(), moveDragController_->GetStartDragFlag(), IsFocused(), IsMovableWindowType(), in IsMovable()

Completed in 11 milliseconds