Searched refs:pulldownRatio (Results 1 – 1 of 1) sorted by relevance
119 std::optional<float> pulldownRatio = std::nullopt; in SetPullDownRatio() local121 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()