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

/frameworks/native/include/input/
H A DVelocityTracker.h112 bool configureStrategy(const char* strategy);
/frameworks/native/libs/input/
H A DVelocityTracker.cpp124 if (!configureStrategy(strategy)) {
126 if (!configureStrategy(DEFAULT_STRATEGY)) {
137 bool VelocityTracker::configureStrategy(const char* strategy) { function in class:android::VelocityTracker

Completed in 417 milliseconds