Home
last modified time | relevance | path

Searched refs:initHeight (Results 1 – 4 of 4) 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
189 swipeView_->SetPosition(initPosX, initPosY, initWidth, initHeight);
205 view->SetPosition(initPosX, initPosY, initWidth, initHeight);
207 view2->SetPosition(initPosX, initPosY, initWidth, initHeight);
275 const int16_t initHeight = 30; variable
281 view1->SetPosition(0, 0, initWidth, initHeight);
284 view2->SetPosition(0, 0, initWidth, initHeight);
287 view3->SetPosition(0, 0, initWidth, initHeight);
H A Dui_image_unit_test.cpp83 const int16_t initHeight = 150; variable
87 imageView_->SetWidth(initHeight);
92 EXPECT_EQ(imageView_->GetWidth(), initHeight);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.h61 float initHeight = 0.0f, bool isTypedNode = false);
H A Dxcomponent_pattern.cpp161 …td::shared_ptr<InnerXComponentController>& xcomponentController, float initWidth, float initHeight, in XComponentPattern() argument
163 …d_(id), type_(type), xcomponentController_(xcomponentController), initSize_(initWidth, initHeight), in XComponentPattern()