Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPlatformVelocityTracker.java27 public class PlatformVelocityTracker implements VelocityTrackerInterface { class
29 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()
DVelocityTrackerFactory.java39 return PlatformVelocityTracker.obtain(); in obtain()