¡@

Home 

2014/10/16 ¤W¤È 08:19:27

android Programming Glossary: misdragging

Android Fragment Pager and Custom Page Indicator( ViewPagerIndicator created by Jake Wharton)

http://stackoverflow.com/questions/14433281/android-fragment-pager-and-custom-page-indicator-viewpagerindicator-created-by

private int mTouchSlop private float mLastMotionX 1 private int mActivePointerId INVALID_POINTER private boolean mIsDragging int mCount 0 public CirclePageIndicator Context context this context null public CirclePageIndicator Context context AttributeSet.. ev mActivePointerId final float x MotionEventCompat.getX ev activePointerIndex final float deltaX x mLastMotionX if mIsDragging if Math.abs deltaX mTouchSlop mIsDragging true if mIsDragging mLastMotionX x if mViewPager.isFakeDragging mViewPager.beginFakeDrag.. ev activePointerIndex final float deltaX x mLastMotionX if mIsDragging if Math.abs deltaX mTouchSlop mIsDragging true if mIsDragging mLastMotionX x if mViewPager.isFakeDragging mViewPager.beginFakeDrag mViewPager.fakeDragBy deltaX..