Home
last modified time | relevance | path

Searched refs:GetIsShaped (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp608 ASSERT_EQ(property->GetIsShaped(), false);
610 ASSERT_EQ(property->GetIsShaped(), true);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h150 bool GetIsShaped() const;
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1587 bool WindowSessionProperty::GetIsShaped() const in GetIsShaped() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4114 sessionProperty->SetIsShaped(property->GetIsShaped()); in HandleActionUpdateWindowMask()