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