Searched refs:altStrategy (Results 1 – 1 of 1) sorted by relevance
215 String altStrategy = SystemProperties.get(ALT_STRATEGY_PROPERY_KEY); in PointerLocationView() local216 if (altStrategy.length() != 0) { in PointerLocationView()217 Log.d(TAG, "Comparing default velocity tracker strategy with " + altStrategy); in PointerLocationView()218 mAltVelocity = VelocityTracker.obtain(altStrategy); in PointerLocationView()