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 D | ui_test_border_margin_padding.cpp | 112 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 D | style_unit_test.cpp | 203 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 D | ui_test_basic_layout.cpp | 215 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 D | ui_test_draw_rect.cpp | 119 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 D | style.cpp | 86 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 D | style.h | 67 STYLE_PADDING_BOTTOM, enumerator
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
H A D | ui_test_box_progress.cpp | 442 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 D | ui_test_transform.cpp | 54 imageView_->SetStyle(STYLE_PADDING_BOTTOM, IMAGE_PADDING); in SetUp()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 486 … 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 D | ui_test_ui_list.cpp | 396 currentList_->SetStyle(STYLE_PADDING_BOTTOM, g_padding); in OnClick()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_view_unit_test.cpp | 1086 view_->SetStyle(STYLE_PADDING_BOTTOM, PADDING_BOTTOM);
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 231 case STYLE_PADDING_BOTTOM: { in UpdateRectInfo()
|