Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp435 bool stretchable = true; in HWTEST_F() local
436 winPropSrc.SetStretchable(stretchable); in HWTEST_F()
438 ASSERT_EQ(res, stretchable); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h76 void SetStretchable(bool stretchable);
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp311 void WindowProperty::SetStretchable(bool stretchable) in SetStretchable() argument
313 isStretchable_ = stretchable; in SetStretchable()

Completed in 4 milliseconds