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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeHelper.java71 private final int mSwipeDirection; field in class:SwipeHelper
87 mSwipeDirection = swipeDirection;
111 return mSwipeDirection == X ? vt.getXVelocity() :
117 mSwipeDirection == X ? "translationX" : "translationY", newPos);
129 return mSwipeDirection == X ? vt.getYVelocity() :
134 if (mSwipeDirection == X) {
142 return mSwipeDirection == X ? v.getMeasuredWidth() :
310 || (velocity == 0 && animView.getTranslationX() == 0 && mSwipeDirection == Y)) {

Completed in 35 milliseconds