Searched refs:VelocityTrackerState (Results 1 – 1 of 1) sorted by relevance
44 class VelocityTrackerState { class65 VelocityTrackerState::VelocityTrackerState(const VelocityTracker::Strategy strategy) in VelocityTrackerState() function in android::VelocityTrackerState68 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 …]