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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java64 private int mSwipeDirection; field in class:SwipeHelper
83 mSwipeDirection = swipeDirection;
104 return mSwipeDirection == X ? ev.getX() : ev.getY();
108 return mSwipeDirection == X ? v.getTranslationX() : v.getTranslationY();
112 return mSwipeDirection == X ? vt.getXVelocity() :
118 mSwipeDirection == X ? "translationX" : "translationY", newPos);
123 return mSwipeDirection == X ? vt.getYVelocity() :
128 if (mSwipeDirection == X) {
136 return mSwipeDirection == X ? v.getMeasuredWidth() :
280 || (velocity == 0 && getTranslation(animView) == 0 && mSwipeDirection
[all...]

Completed in 219 milliseconds