Home
last modified time | relevance | path

Searched refs:initHeight (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_swipe_view_unit_test.cpp185 const int16_t initHeight = 30; in HWTEST_F() local
189 swipeView_->SetPosition(initPosX, initPosY, initWidth, initHeight); in HWTEST_F()
205 view->SetPosition(initPosX, initPosY, initWidth, initHeight); in HWTEST_F()
207 view2->SetPosition(initPosX, initPosY, initWidth, initHeight); in HWTEST_F()
275 const int16_t initHeight = 30; in HWTEST_F() local
281 view1->SetPosition(0, 0, initWidth, initHeight); in HWTEST_F()
284 view2->SetPosition(0, 0, initWidth, initHeight); in HWTEST_F()
287 view3->SetPosition(0, 0, initWidth, initHeight); in HWTEST_F()
H A Dui_image_unit_test.cpp83 const int16_t initHeight = 150; in HWTEST_F() local
87 imageView_->SetWidth(initHeight); in HWTEST_F()
92 EXPECT_EQ(imageView_->GetWidth(), initHeight); in HWTEST_F()
/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 const std::shared_ptr<InnerXComponentController>& xcomponentController, float initWidth, float initHeight, in XComponentPattern()
163 : id_(id), type_(type), xcomponentController_(xcomponentController), initSize_(initWidth, initHeight), in XComponentPattern()
159 XComponentPattern(const std::optional<std::string>& id, XComponentType type, const std::optional<std::string>& libraryname, const std::shared_ptr<InnerXComponentController>& xcomponentController, float initWidth, float initHeight, bool isTypedNode) XComponentPattern() argument

Completed in 5 milliseconds