Searched refs:PlatformVelocityTracker (Results 1 – 2 of 2) sorted by relevance
27 public class PlatformVelocityTracker implements VelocityTrackerInterface { class29 private static final Pools.SynchronizedPool<PlatformVelocityTracker> sPool =34 public static PlatformVelocityTracker obtain() { in obtain()35 PlatformVelocityTracker tracker = sPool.acquire(); in obtain()37 tracker = new PlatformVelocityTracker(); in obtain()
39 return PlatformVelocityTracker.obtain(); in obtain()