Home
last modified time | relevance | path

Searched defs:getVelocity (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp67 float VelocityTrackerState::getVelocity(int32_t axis, int32_t id) { in getVelocity() function in android::VelocityTrackerState
/frameworks/native/include/input/
DVelocityTracker.h72 inline std::optional<float> getVelocity(int32_t axis, int32_t id) const { in getVelocity() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java189 private float getVelocity(VelocityTracker vt) { in getVelocity() method in SwipeHelper
/frameworks/native/libs/input/
DVelocityTracker.cpp348 std::optional<float> VelocityTracker::getVelocity(int32_t axis, int32_t pointerId) const { in getVelocity() function in android::VelocityTracker