¡@

Home 

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

android Programming Glossary: mstartvisibility

Slide down effect on ExpandableListView

http://stackoverflow.com/questions/8780292/slide-down-effect-on-expandablelistview

View mAnimatedView private int mEndHeight private int mStartVisibility Initializes expand collapse animation. If the passed view is.. view mEndHeight mAnimatedView.getLayoutParams .height mStartVisibility mAnimatedView.getVisibility if mStartVisibility View.GONE mStartVisibility.. .height mStartVisibility mAnimatedView.getVisibility if mStartVisibility View.GONE mStartVisibility View.INVISIBLE mAnimatedView.setVisibility..

Slide down effect on ExpandableListView

http://stackoverflow.com/questions/8780292/slide-down-effect-on-expandablelistview

public class ExpandCollapseAnimation extends Animation private View mAnimatedView private int mEndHeight private int mStartVisibility Initializes expand collapse animation. If the passed view is invisible gone the animation will be a drop down if it is.. View view int duration setDuration duration mAnimatedView view mEndHeight mAnimatedView.getLayoutParams .height mStartVisibility mAnimatedView.getVisibility if mStartVisibility View.GONE mStartVisibility View.INVISIBLE mAnimatedView.setVisibility View.VISIBLE.. mAnimatedView view mEndHeight mAnimatedView.getLayoutParams .height mStartVisibility mAnimatedView.getVisibility if mStartVisibility View.GONE mStartVisibility View.INVISIBLE mAnimatedView.setVisibility View.VISIBLE mAnimatedView.getLayoutParams .height..