Home
last modified time | relevance | path

Searched refs:strategyProperty (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DVelocityTracker.java304 final String strategyProperty = InputManagerGlobal.getInstance() in VelocityTracker() local
307 if (strategyProperty == null || strategyProperty.isEmpty()) { in VelocityTracker()
310 mStrategy = toStrategyId(strategyProperty); in VelocityTracker()