Home
last modified time | relevance | path

Searched refs:SetHeight (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/foundation/ace/ace_engine/frameworks/core/pipeline/base/
Dmeasurable.h63 …virtual void SetHeight(const Dimension& dimension, const AnimationOption& option = AnimationOption…
68 …virtual void SetHeight(const CalcDimension& dimension, const AnimationOption& option = AnimationOp…
73 virtual void SetHeight(double height, DimensionUnit unit = DimensionUnit::PX)
78 virtual void SetHeight(std::string height, DimensionUnit unit = DimensionUnit::CALC)
83 virtual void SetHeight(const AnimatableDimension& dimension) in SetHeight() function
/foundation/ace/ace_engine/frameworks/core/components_v2/indexer/
Dindexer_item_component.cpp33 image_->SetHeight(itemSize_); in BuildItem()
46 box_->SetHeight(itemSize_.Value(), itemSize_.Unit()); in BuildItem()
80 image_->SetHeight(itemSize_); in UpdateSize()
84 box_->SetHeight(itemSize_.Value(), itemSize_.Unit()); in UpdateSize()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_toggle.cpp89 box->SetHeight(checkBoxTheme->GetHeight() + verticalPadding * 2); in Create()
95 box->SetHeight(switchTheme->GetHeight() + verticalPadding * 2); in Create()
98 box->SetHeight(toggleTheme->GetHeight().Value(), toggleTheme->GetHeight().Unit()); in Create()
157 checkableComponent->SetHeight(value + padding * 2); in JsHeight()
158 box->SetHeight(value + padding * 2); in JsHeight()
163 toggleComponent->SetHeight(value); in JsHeight()
164 box->SetHeight(value); in JsHeight()
285 checkableComponent->SetHeight(height + topDimen * 2); in JsPadding()
287 box->SetHeight(height + topDimen * 2); in JsPadding()
303 checkableComponent->SetHeight(height + length * 2); in JsPadding()
[all …]
Djs_stack.h32 static void SetHeight(const JSCallbackInfo& info);
34 static void SetHeight(const JSRef<JSVal>& jsValue);
Djs_checkbox.cpp60 box->SetHeight(checkBoxTheme->GetHeight() + verticalPadding * 2); in Create()
153 checkboxComponent->SetHeight(value + padding * 2); in JsHeight()
154 box->SetHeight(value + padding * 2); in JsHeight()
235 checkboxComponent->SetHeight(height + topDimen * 2); in JsPadding()
237 box->SetHeight(height + topDimen * 2); in JsPadding()
253 checkboxComponent->SetHeight(height + length * 2); in JsPadding()
255 box->SetHeight(height + length * 2); in JsPadding()
Djs_stack.cpp120 void JSStack::SetHeight(const JSCallbackInfo& info) in SetHeight() function in OHOS::Ace::Framework::JSStack
127 SetHeight(info[0]); in SetHeight()
130 void JSStack::SetHeight(const JSRef<JSVal>& jsValue) in SetHeight() function in OHOS::Ace::Framework::JSStack
157 SetHeight(sizeObj->GetProperty("height")); in SetSize()
171 JSClass<JSStack>::StaticMethod("height", SetHeight); in JSBind()
Djs_checkboxgroup.cpp97 box->SetHeight(checkBoxTheme->GetHeight() + verticalPadding * PADDING_MULTIPLE); in Create()
178 checkboxComponent->SetHeight(value + padding * 2); in JsHeight()
179 box->SetHeight(value + padding * 2); in JsHeight()
260 checkboxComponent->SetHeight(height + topDimen * 2); in JsPadding()
262 box->SetHeight(height + topDimen * 2); in JsPadding()
278 checkboxComponent->SetHeight(height + length * 2); in JsPadding()
280 box->SetHeight(height + length * 2); in JsPadding()
/foundation/graphic/wms/test/
Dsample_window.cpp139 button->SetHeight(40); // 40: height in AddButton()
145 button1->SetHeight(60); // 60: height in AddButton()
158 block->SetHeight(60); // 60: height in AddBlock()
165 block2->SetHeight(60); // 60: height in AddBlock()
172 block3->SetHeight(60); // 60: height in AddBlock()
179 block4->SetHeight(10); // 10: height in AddBlock()
192 g_rootView1->SetHeight(300); // 300: height in TestWindow()
250 rootView->SetHeight(10); // 10: height in TestWindowNumLimit()
/foundation/graphic/ui/test/uitest/test_scroll_bar/
Dui_test_scroll_bar.cpp123 label1->SetHeight(LABEL_HEIGHT); in UIKit_ScrollBar_TEST_Scroll_view_001()
132 label2->SetHeight(LABEL_HEIGHT); in UIKit_ScrollBar_TEST_Scroll_view_001()
141 label3->SetHeight(LABEL_HEIGHT); in UIKit_ScrollBar_TEST_Scroll_view_001()
150 label4->SetHeight(LABEL_HEIGHT); in UIKit_ScrollBar_TEST_Scroll_view_001()
159 label5->SetHeight(LABEL_HEIGHT); in UIKit_ScrollBar_TEST_Scroll_view_001()
172 adapter_->SetHeight(LABEL_HEIGHT); in UIKit_ScrollBar_TEST_List_001()
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/grid_layout/
Dgrid_layout_test_utils.cpp39 component->SetHeight(DIM_SIZE_VALUE_TEST); in CreateComponent()
52 boxComponent->SetHeight(DIM_SIZE_VALUE_TEST); in CreateRenderItem()
69 boxComponent->SetHeight(DIM_SIZE_VALUE_TEST); in CreateDragRenderItem()
88 component->SetHeight(DIM_SIZE_VALUE_TEST); in CreateDragComponent()
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/grid/
Dgrid_test_utils.cpp28 boxComponent->SetHeight(height); in CreateRenderBox()
44 boxComponent->SetHeight(height); in CreateRenderItem()
60 gridComponent->SetHeight(750.0); in InitRenderGridDiffSpan()
83 gridComponent->SetHeight(800.0); in InitRenderGridSameSpan()
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_canvas.cpp51 SetHeight(DEFAULT_HEIGHT); in ResetInitializedStyle()
53 boxComponent_->SetHeight(DEFAULT_HEIGHT.Value(), DEFAULT_HEIGHT.Unit()); in ResetInitializedStyle()
/foundation/graphic/standard/rosen/modules/2d_graphics/include/utils/
Dsize.h40 inline void SetHeight(scalar h);
81 inline void SizeF::SetHeight(scalar h) in SetHeight() function
109 inline void SetHeight(int h);
150 inline void SizeI::SetHeight(int h) in SetHeight() function
/foundation/graphic/ui/test/uitest/test_image/
Dui_test_image.cpp105 imageView->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_001()
136 imageView->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_002()
157 imageView->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_004()
179 imageView->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_005()
186 imageView2->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_005()
209 imageView->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_006()
230 imageView->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_007()
251 imageView->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_008()
272 imageView->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_009()
293 imageView->SetHeight(50); // 50 : size in UIKit_UIImage_Test_SetImage_010()
[all …]
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/box/
Dmouse_hover_test.cpp68 boxComponent->SetHeight(BOX_HEIGHT);
109 boxComponent->SetHeight(BOX_HEIGHT);
150 boxComponent->SetHeight(BOX_HEIGHT);
192 boxComponent->SetHeight(BOX_HEIGHT);
Drender_box_test.cpp86 boxComponent->SetHeight(BOX_HEIGHT);
128 boxComponent->SetHeight(BOX_HEIGHT);
170 boxComponent->SetHeight(BOX_HEIGHT);
212 boxComponent->SetHeight(BOX_HEIGHT);
254 boxComponent->SetHeight(BOX_HEIGHT);
296 boxComponent->SetHeight(BOX_HEIGHT);
338 boxComponent->SetHeight(BOX_HEIGHT);
380 boxComponent->SetHeight(BOX_HEIGHT);
422 boxComponent->SetHeight(BOX_HEIGHT);
463 boxComponent->SetHeight(BOX_HEIGHT);
[all …]
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/indexer/
Dindexer_test_utils.cpp27 boxComponent->SetHeight(height); in CreateRenderBox()
42 boxComponent->SetHeight(height); in CreateRenderItem()
/foundation/ace/ace_engine/frameworks/core/components/clip/
Drosen_render_clip.cpp43 void RosenRenderClip::SetHeight(double height) in SetHeight() function in OHOS::Ace::RosenRenderClip
45 RenderClip::SetHeight(height); in SetHeight()
/foundation/graphic/ui/test/unittest/common/
Dhardware_acceleration_unit_test.cpp136 rootView->SetHeight(300); // 300: height
161 rootView->SetHeight(300); // 300: height
192 rootView->SetHeight(300); // 300: height
225 rootView->SetHeight(300); // 300: height
265 rootView->SetHeight(300); // 300: height
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/scroll/
Drender_scroll_test.cpp188 box001->SetHeight(SCROLL_CHILD_BOX_HEIGHT);
216 box002->SetHeight(SCROLL_CHILD_BOX_HEIGHT);
246 box003->SetHeight(SCROLL_CHILD_BOX_HEIGHT);
285 box004->SetHeight(SCROLL_CHILD_BOX_HEIGHT);
321 box005->SetHeight(SCROLL_CHILD_BOX_HEIGHT);
356 box006->SetHeight(SCROLL_CHILD_BOX_HEIGHT);
395 box007->SetHeight(SCROLL_CHILD_BOX_HEIGHT);
429 box008->SetHeight(SCROLL_CHILD_BOX_HEIGHT);
462 box009->SetHeight(SCROLL_CHILD_BOX_HEIGHT);
617 focusBox001->SetHeight(800.0);
[all …]
Dscroll_test_utils.cpp42 boxComponent->SetHeight(height); in CreateRenderBox()
52 boxComponent->SetHeight(height); in CreateBoxComponent()
/foundation/ace/ace_engine/frameworks/core/components/scroll_bar/
Dscroll_bar_proxy.cpp237 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderScroll->GetEstimatedHeight()) in GetScrollableChildSize()
243 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderGridScroll->GetEstimatedHeight()) in GetScrollableChildSize()
249 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderList->GetRealMainSize()) in GetScrollableChildSize()
261 …scrollBarAxis == Axis::VERTICAL ? scrollableChildSize.SetHeight(renderScroll->GetEstimatedHeight()) in AdjustParam()
270 …scrollBarAxis == Axis::VERTICAL ? scrollableChildSize.SetHeight(renderGridScroll->GetEstimatedHeig… in AdjustParam()
279 … scrollBarAxis == Axis::VERTICAL ? scrollableChildSize.SetHeight(renderList->GetRealMainSize()) in AdjustParam()
/foundation/graphic/ui/test/uitest/test_screenshot/
Dui_test_screenshot.cpp99 labelButton->SetHeight(labelButtonHeight); in UIKit_SCREENSHOT_TEST_001()
114 imageView->SetHeight(Screen::GetInstance().GetHeight() + 100); // 100: increase height in UIKit_SCREENSHOT_TEST_001()
127 labelButton2->SetHeight(labelButtonHeight); in UIKit_SCREENSHOT_TEST_001()
/foundation/ace/ace_engine/frameworks/core/components/svg/
Dsvg_component.cpp82 void SvgComponent::SetHeight(const Dimension& height) in SetHeight() function in OHOS::Ace::SvgComponent
84 declaration_->SetHeight(height); in SetHeight()
Dsvg_rect_component.cpp108 void SvgRectComponent::SetHeight(const Dimension& height) in SetHeight() function in OHOS::Ace::SvgRectComponent
110 declaration_->SetHeight(height); in SetHeight()

12345678910>>...15