Home
last modified time | relevance | path

Searched refs:CancelExceptionValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.h163 void CancelExceptionValue(float& min, float& max, float& step);
H A Dslider_pattern.cpp503 CancelExceptionValue(min, max, step); in CalcSliderValue()
507 void SliderPattern::CancelExceptionValue(float& min, float& max, float& step) in CancelExceptionValue() function in OHOS::Ace::NG::SliderPattern