Searched refs:VelocityTrackerInterface (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerInterface.java25 public interface VelocityTrackerInterface { interface
H A DVelocityTrackerFactory.java26 * A class to generate {@link VelocityTrackerInterface}, depending on the configuration.
33 public static VelocityTrackerInterface obtain(Context ctx) {
H A DPlatformVelocityTracker.java24 * An implementation of {@link VelocityTrackerInterface} using the platform-standard
27 public class PlatformVelocityTracker implements VelocityTrackerInterface {
H A DNoisyVelocityTracker.java29 public class NoisyVelocityTracker implements VelocityTrackerInterface {
H A DPanelView.java79 private VelocityTrackerInterface mVelocityTracker;

Completed in 292 milliseconds