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