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

/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp185 return new IntegratingVelocityTrackerStrategy(1);
191 return new IntegratingVelocityTrackerStrategy(2);
694 // --- IntegratingVelocityTrackerStrategy ---
696 IntegratingVelocityTrackerStrategy::IntegratingVelocityTrackerStrategy(uint32_t degree) : function in class:android::IntegratingVelocityTrackerStrategy
700 IntegratingVelocityTrackerStrategy::~IntegratingVelocityTrackerStrategy() {
703 void IntegratingVelocityTrackerStrategy::clear() {
707 void IntegratingVelocityTrackerStrategy::clearPointers(BitSet32 idBits) {
711 void IntegratingVelocityTrackerStrategy
[all...]
/frameworks/base/include/androidfw/
H A DVelocityTracker.h197 class IntegratingVelocityTrackerStrategy : public VelocityTrackerStrategy { class in namespace:android
200 IntegratingVelocityTrackerStrategy(uint32_t degree);
201 ~IntegratingVelocityTrackerStrategy();

Completed in 51 milliseconds