Home
last modified time | relevance | path

Searched defs:targetVelocity (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp252 int32_t axis, std::optional<float> targetVelocity, in computeAndCheckVelocity()
260 std::optional<float> targetVelocity) { in computeAndCheckAxisScrollVelocity()
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java549 final float targetVelocity = relativeVelocity * dstSize; in computeTargetVelocity() local