Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp387 HWTEST_F(SceneSessionTest3, IsMovableWindowType, Function | SmallTest | Level2)
396 EXPECT_EQ(scensession->IsMovableWindowType(), false);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h688 bool IsMovableWindowType();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp580 session->IsFocused() && session->IsMovableWindowType() && in OnSessionEvent()
2275 bool isMovableWindowType = IsMovableWindowType(); in TransferPointerEvent()
2338 bool SceneSession::IsMovableWindowType() in IsMovableWindowType() function in OHOS::Rosen::SceneSession