Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DInputSmoother.java14 public class InputSmoother { class
45 public InputSmoother(Context context) { in InputSmoother() method in InputSmoother
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationContainer.java41 import com.android.mail.utils.InputSmoother;
166 private final InputSmoother mVelocityTracker;
239 mVelocityTracker = new InputSmoother(c); in ConversationContainer()