Home
last modified time | relevance | path

Searched refs:STYLE_PADDING_BOTTOM (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp112 view_->style_.SetStyle(STYLE_PADDING_BOTTOM, PADDING_SIZE); in OnChange()
117 view_->style_.SetStyle(STYLE_PADDING_BOTTOM, 0); in OnChange()
345 style_.SetStyle(STYLE_PADDING_BOTTOM, 0); in InitStyle()
526 button->SetStyleForState(STYLE_PADDING_BOTTOM, style_.paddingBottom_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
527 button->SetStyleForState(STYLE_PADDING_BOTTOM, style_.paddingBottom_, UIButton::PRESSED); in UIKitUITestBorderMarginPaddingTest008()
610 button->SetStyleForState(STYLE_PADDING_BOTTOM, style_.paddingBottom_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest012()
611 button->SetStyleForState(STYLE_PADDING_BOTTOM, style_.paddingBottom_, UIButton::PRESSED); in UIKitUITestBorderMarginPaddingTest012()
/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A Dstyle_unit_test.cpp203 style_->SetStyle(STYLE_PADDING_BOTTOM, VERTICAL_RESOLUTION);
204 EXPECT_EQ(style_->GetStyle(STYLE_PADDING_BOTTOM), VERTICAL_RESOLUTION);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_basic_layout.cpp215 uiViewGroupFrame_->SetStyle(STYLE_PADDING_BOTTOM, 0); in OnClick()
225 uiViewGroupFrame_->SetStyle(STYLE_PADDING_BOTTOM, 15); // 15: padding bottom in OnClick()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_draw_rect/
H A Dui_test_draw_rect.cpp119 view->SetStyle(STYLE_PADDING_BOTTOM, 0); in CreateUIView()
1173 view->SetStyle(STYLE_PADDING_BOTTOM, 0); in UIKitDrawRectTestRectPadding001()
1204 view1->SetStyle(STYLE_PADDING_BOTTOM, 10); // 10 : value in UIKitDrawRectTestRectPadding002()
1213 view2->SetStyle(STYLE_PADDING_BOTTOM, 10); // 10 : value in UIKitDrawRectTestRectPadding002()
1304 view->SetStyle(STYLE_PADDING_BOTTOM, 0); in UIKitDrawRectTestRectPaddingMargin001()
1334 view->SetStyle(STYLE_PADDING_BOTTOM, 0); in UIKitDrawRectTestRectPaddingMargin002()
1347 view1->SetStyle(STYLE_PADDING_BOTTOM, 10); // 10 : padding bottom in UIKitDrawRectTestRectPaddingMargin002()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dstyle.cpp86 case STYLE_PADDING_BOTTOM: in GetStyle()
153 case STYLE_PADDING_BOTTOM: in SetStyle()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dstyle.h67 STYLE_PADDING_BOTTOM, enumerator
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_box_progress.cpp442 int64_t paddingWidth = boxProgress_->GetStyle(STYLE_PADDING_BOTTOM); in OnClick()
445 boxProgress_->SetStyle(STYLE_PADDING_BOTTOM, paddingWidth); in OnClick()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp54 imageView_->SetStyle(STYLE_PADDING_BOTTOM, IMAGE_PADDING); in SetUp()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp486 … uiView.GetStyle(STYLE_PADDING_TOP) - uiView.GetStyle(STYLE_PADDING_BOTTOM); in AdapteBoxRectArea()
492 uiView.SetStyle(STYLE_PADDING_BOTTOM, 0); in AdapteBoxRectArea()
1545 view.SetStyle(STYLE_PADDING_BOTTOM, paddingBottom); in SetBottomPadding()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.cpp396 currentList_->SetStyle(STYLE_PADDING_BOTTOM, g_padding); in OnClick()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_unit_test.cpp1086 view_->SetStyle(STYLE_PADDING_BOTTOM, PADDING_BOTTOM);
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp231 case STYLE_PADDING_BOTTOM: { in UpdateRectInfo()