Searched defs:targetVelocity (Results 1 – 2 of 2) sorted by relevance
252 int32_t axis, std::optional<float> targetVelocity, in computeAndCheckVelocity()260 std::optional<float> targetVelocity) { in computeAndCheckAxisScrollVelocity()
549 final float targetVelocity = relativeVelocity * dstSize; in computeTargetVelocity() local