Searched refs:initHeight (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_swipe_view_unit_test.cpp | 185 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 D | ui_image_unit_test.cpp | 83 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 D | xcomponent_pattern.h | 61 float initHeight = 0.0f, bool isTypedNode = false);
|
H A D | xcomponent_pattern.cpp | 161 …td::shared_ptr<InnerXComponentController>& xcomponentController, float initWidth, float initHeight, in XComponentPattern() argument 163 …d_(id), type_(type), xcomponentController_(xcomponentController), initSize_(initWidth, initHeight), in XComponentPattern()
|