Home
last modified time | relevance | path

Searched refs:GetRangeMin (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dslider_tdd_test.cpp50 if (sliderView->GetRangeMin() == expectMinValue) { in ComponentSliderAttributeMinTest001()
55 EXPECT_EQ(sliderView->GetRangeMin(), expectMinValue); in ComponentSliderAttributeMinTest001()
63 if (sliderView->GetRangeMin() != expectMinValue3) { in ComponentSliderAttributeMinTest001()
68 EXPECT_NE(sliderView->GetRangeMin(), expectMinValue3); in ComponentSliderAttributeMinTest001()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp91 EXPECT_EQ(abstractProgress_->GetRangeMin(), MIN_VALUE); in HWTEST_F()
117 EXPECT_EQ(abstractProgress_->GetRangeMin(), MIN_VALUE); in HWTEST_F()
121 EXPECT_EQ(abstractProgress_->GetRangeMin(), MIN_VALUE); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h126 * @see GetRangeMin | GetRangeMax
140 int32_t GetRangeMin() const in GetRangeMin() function in OHOS::UIAbstractProgress
149 * @see SetRange | GetRangeMin
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_box_progress.cpp370 boxProgress_->SetRange(max, boxProgress_->GetRangeMin()); in OnClick()
373 boxProgress_->SetRange(max, boxProgress_->GetRangeMin()); in OnClick()
H A Dui_test_circle_progress.cpp408 circleProgress_->SetRange(max, circleProgress_->GetRangeMin()); in OnClick()
411 circleProgress_->SetRange(max, circleProgress_->GetRangeMin()); in OnClick()
/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp481 slider_->SetRange(g_max, slider_->GetRangeMin()); in ExpandClick1()
484 slider_->SetRange(g_max, slider_->GetRangeMin()); in ExpandClick1()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/arc/
H A Darc_tdd_test.cpp27 uint16_t delta = circleProgress.GetValue() - circleProgress.GetRangeMin(); in GetPercentage()
28 uint16_t rangeSize = circleProgress.GetRangeMax() - circleProgress.GetRangeMin(); in GetPercentage()
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp116 cJSON_AddNumberToObject(usr, "rangeMin", static_cast<double>(tmpAbstractProgress->GetRangeMin())); in AddProgressField()

Completed in 7 milliseconds