¡@

Home 

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

android Programming Glossary: mswiping

Android listview row delete animation

http://stackoverflow.com/questions/17857775/android-listview-row-delete-animation

mListView BackgroundContainer mBackgroundContainer boolean mSwiping false boolean mItemPressed false HashMap Long Integer mItemIdTopMap.. float deltaX x mDownX float deltaXAbs Math.abs deltaX if mSwiping if deltaXAbs mSwipeSlop mSwiping true mListView.requestDisallowInterceptTouchEvent.. Math.abs deltaX if mSwiping if deltaXAbs mSwipeSlop mSwiping true mListView.requestDisallowInterceptTouchEvent true mBackgroundContainer.showBackground..

Android listview row delete animation

http://stackoverflow.com/questions/17857775/android-listview-row-delete-animation

extends Activity StableArrayAdapter mAdapter ListView mListView BackgroundContainer mBackgroundContainer boolean mSwiping false boolean mItemPressed false HashMap Long Integer mItemIdTopMap new HashMap Long Integer private static final int SWIPE_DURATION.. float x event.getX v.getTranslationX float deltaX x mDownX float deltaXAbs Math.abs deltaX if mSwiping if deltaXAbs mSwipeSlop mSwiping true mListView.requestDisallowInterceptTouchEvent true mBackgroundContainer.showBackground.. v.getTranslationX float deltaX x mDownX float deltaXAbs Math.abs deltaX if mSwiping if deltaXAbs mSwipeSlop mSwiping true mListView.requestDisallowInterceptTouchEvent true mBackgroundContainer.showBackground v.getTop v.getHeight if..