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

/frameworks/base/include/androidfw/
H A DVelocityTracker.h112 bool configureStrategy(const char* strategy);
/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp125 if (!configureStrategy(strategy)) {
127 if (!configureStrategy(DEFAULT_STRATEGY)) {
138 bool VelocityTracker::configureStrategy(const char* strategy) { function in class:android::VelocityTracker

Completed in 1104 milliseconds