¡@

Home 

2014/10/16 ¤W¤È 08:25:03

android Programming Glossary: starttop

Android listview row delete animation

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

child listview.getChildAt i int position firstVisiblePosition i long itemId mAdapter.getItemId position Integer startTop mItemIdTopMap.get itemId int top child.getTop if startTop null if startTop top int delta startTop top child.setTranslationY.. i long itemId mAdapter.getItemId position Integer startTop mItemIdTopMap.get itemId int top child.getTop if startTop null if startTop top int delta startTop top child.setTranslationY delta child.animate .setDuration MOVE_DURATION .translationY.. mAdapter.getItemId position Integer startTop mItemIdTopMap.get itemId int top child.getTop if startTop null if startTop top int delta startTop top child.setTranslationY delta child.animate .setDuration MOVE_DURATION .translationY 0 if..