Home | History | Annotate | Download | only in views

Lines Matching refs:mSwipeDirection

63     private int mSwipeDirection;
80 mSwipeDirection = swipeDirection;
111 return mSwipeDirection == X ? ev.getX() : ev.getY();
115 return mSwipeDirection == X ? v.getTranslationX() : v.getTranslationY();
119 return mSwipeDirection == X ? vt.getXVelocity() :
125 mSwipeDirection == X ? View.TRANSLATION_X : View.TRANSLATION_Y, newPos);
130 return mSwipeDirection == X ? vt.getYVelocity() :
135 if (mSwipeDirection == X) {
144 return mSwipeDirection == X ? dm.widthPixels : dm.heightPixels;
226 || (velocity == 0 && getTranslation(view) == 0 && mSwipeDirection == Y)) {
339 if (mSwipeDirection == X) {