HomeSort by relevance Sort by last modified time
    Searched refs:VelocityTrackerState (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker_state.h 17 // Port of VelocityTrackerState from Android
21 class GESTURE_DETECTION_EXPORT VelocityTrackerState {
23 VelocityTrackerState();
24 explicit VelocityTrackerState(VelocityTracker::Strategy strategy);
25 ~VelocityTrackerState();
45 DISALLOW_COPY_AND_ASSIGN(VelocityTrackerState);
velocity_tracker_state.cc 16 VelocityTrackerState::VelocityTrackerState()
20 VelocityTrackerState::VelocityTrackerState(VelocityTracker::Strategy strategy)
23 VelocityTrackerState::~VelocityTrackerState() {}
25 void VelocityTrackerState::Clear() {
31 void VelocityTrackerState::AddMovement(const MotionEvent& event) {
35 void VelocityTrackerState::ComputeCurrentVelocity(int32_t units,
67 float VelocityTrackerState::GetXVelocity(int32_t id) const
    [all...]
velocity_tracker_unittest.cc 58 static void ApplyMovementSequence(VelocityTrackerState* state,
73 static void ApplyMovement(VelocityTrackerState* state,
98 VelocityTrackerState state(strategy);
130 VelocityTrackerState state;
154 VelocityTrackerState state(strategy);
200 VelocityTrackerState state;
gesture_detector.h 207 VelocityTrackerState velocity_tracker_;
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 43 // --- VelocityTrackerState ---
45 class VelocityTrackerState {
47 VelocityTrackerState(const char* strategy);
66 VelocityTrackerState::VelocityTrackerState(const char* strategy) :
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::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator)
    [all...]

Completed in 58 milliseconds