Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp44 class VelocityTrackerState { class
65 VelocityTrackerState::VelocityTrackerState(const VelocityTracker::Strategy strategy) in VelocityTrackerState() function in android::VelocityTrackerState
68 void VelocityTrackerState::clear() { in clear()
74 void VelocityTrackerState::addMovement(const MotionEvent* event) { in addMovement()
153 VelocityTrackerState* state = reinterpret_cast<VelocityTrackerState*>(ptr); in android_view_VelocityTracker_nativeDispose()
158 VelocityTrackerState* state = reinterpret_cast<VelocityTrackerState*>(ptr); in android_view_VelocityTracker_nativeClear()
170 VelocityTrackerState* state = reinterpret_cast<VelocityTrackerState*>(ptr); in android_view_VelocityTracker_nativeAddMovement()
176 VelocityTrackerState* state = reinterpret_cast<VelocityTrackerState*>(ptr); in android_view_VelocityTracker_nativeComputeCurrentVelocity()
182 VelocityTrackerState* state = reinterpret_cast<VelocityTrackerState*>(ptr); in android_view_VelocityTracker_nativeGetXVelocity()
190 VelocityTrackerState* state = reinterpret_cast<VelocityTrackerState*>(ptr); in android_view_VelocityTracker_nativeGetYVelocity()
[all …]