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

/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp44 // --- VelocityTrackerState ---
46 class VelocityTrackerState { class in namespace:android
48 explicit VelocityTrackerState(const char* strategy);
67 VelocityTrackerState::VelocityTrackerState(const char* strategy) : function in class:android::VelocityTrackerState
71 void VelocityTrackerState::clear() {
77 void VelocityTrackerState::addMovement(const MotionEvent* event) {
81 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) {
111 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) {
135 bool VelocityTrackerState
[all...]

Completed in 164 milliseconds