Searched refs:GetRangeMax (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | slider_tdd_test.cpp | 91 if (sliderView->GetRangeMax() == expectMaxValue) { in ComponentSliderAttributeMaxTest002() 96 EXPECT_EQ(sliderView->GetRangeMax(), expectMaxValue); in ComponentSliderAttributeMaxTest002() 103 if (sliderView->GetRangeMax() != expectMaxValue3) { in ComponentSliderAttributeMaxTest002() 108 EXPECT_NE(sliderView->GetRangeMax(), expectMaxValue3); in ComponentSliderAttributeMaxTest002()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_abstract_progress_unit_test.cpp | 92 EXPECT_EQ(abstractProgress_->GetRangeMax(), MAX_VALUE); in HWTEST_F() 118 EXPECT_EQ(abstractProgress_->GetRangeMax(), MAX_VALUE); in HWTEST_F() 122 EXPECT_EQ(abstractProgress_->GetRangeMax(), MAX_VALUE); in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_progress.h | 126 * @see GetRangeMin | GetRangeMax 136 * @see SetRange | GetRangeMax 153 int32_t GetRangeMax() const in GetRangeMax() function in OHOS::UIAbstractProgress
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_video.cpp | 476 playSlider_->SetValue(playSlider_->GetRangeMax()); in OnVideoComplete() 703 int64_t curPosition = currentTime * slider_->GetRangeMax() / duration_; in Callback()
|
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
H A D | ui_test_box_progress.cpp | 364 boxProgress_->SetRange(boxProgress_->GetRangeMax(), min); in OnClick() 367 boxProgress_->SetRange(boxProgress_->GetRangeMax(), min); in OnClick()
|
H A D | ui_test_circle_progress.cpp | 402 circleProgress_->SetRange(circleProgress_->GetRangeMax(), min); in OnClick() 405 circleProgress_->SetRange(circleProgress_->GetRangeMax(), min); in OnClick()
|
/foundation/arkui/ui_lite/test/uitest/test_slider/ |
H A D | ui_test_slider.cpp | 475 slider_->SetRange(slider_->GetRangeMax(), g_min); in ExpandClick1() 478 slider_->SetRange(slider_->GetRangeMax(), g_min); in ExpandClick1()
|
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_dump_dom_tree.cpp | 117 cJSON_AddNumberToObject(usr, "rangeMax", static_cast<double>(tmpAbstractProgress->GetRangeMax())); in AddProgressField()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/arc/ |
H A D | arc_tdd_test.cpp | 28 uint16_t rangeSize = circleProgress.GetRangeMax() - circleProgress.GetRangeMin(); in GetPercentage()
|
Completed in 7 milliseconds