Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_refresh.cpp119 std::optional<float> pulldownRatio = std::nullopt; in SetPullDownRatio() local
121 RefreshModel::GetInstance()->SetPullDownRatio(pulldownRatio); in SetPullDownRatio()
124 pulldownRatio = std::clamp(args->ToNumber<float>(), 0.f, 1.f); in SetPullDownRatio()
125 RefreshModel::GetInstance()->SetPullDownRatio(pulldownRatio); in SetPullDownRatio()