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

/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp43 // --- VelocityTrackerState ---
45 class VelocityTrackerState { class in namespace:android
47 VelocityTrackerState(const char* strategy);
66 VelocityTrackerState::VelocityTrackerState(const char* strategy) : function in class:android::VelocityTrackerState
70 void VelocityTrackerState::clear() {
76 void VelocityTrackerState::addMovement(const MotionEvent* event) {
80 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) {
110 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) {
134 bool VelocityTrackerState
[all...]

Completed in 221 milliseconds