Home
last modified time | relevance | path

Searched refs:stepSizeMin (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_rating_ffi.cpp45 static const double stepSizeMin = 0.1; in FfiOHOSAceFrameworkRatingSetStepSize() local
46 double stepSize = LessNotEqual(value, stepSizeMin) ? STEPS_DEFAULT : value; in FfiOHOSAceFrameworkRatingSetStepSize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_rating.cpp125 static const double stepSizeMin = 0.1; in SetStepSize() local
127 if (LessNotEqual(steps, stepSizeMin)) { in SetStepSize()

Completed in 2 milliseconds