Home
last modified time | relevance | path

Searched defs:initHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_swipe_view_unit_test.cpp185 const int16_t initHeight = 30; variable
275 const int16_t initHeight = 30; variable
H A Dui_image_unit_test.cpp83 const int16_t initHeight = 150; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp161 …td::shared_ptr<InnerXComponentController>& xcomponentController, float initWidth, float initHeight, in XComponentPattern()