Searched refs:fallback (Results 1 – 1 of 1) sorted by relevance
161 VelocityTrackerFallback fallback = getFallbackTrackerOrNull(tracker); in getAxisVelocity() local162 if (fallback != null) { in getAxisVelocity()163 return fallback.getAxisVelocity(axis); in getAxisVelocity()253 VelocityTrackerFallback fallback = getFallbackTrackerOrNull(tracker); in computeCurrentVelocity() local254 if (fallback != null) { in computeCurrentVelocity()255 fallback.computeCurrentVelocity(units, maxVelocity); in computeCurrentVelocity()