android Programming Glossary: mstartheight
How to implement expandable panels in Android? http://stackoverflow.com/questions/5165682/how-to-implement-expandable-panels-in-android 500 mContent.startAnimation a mExpanded mExpanded private class ExpandAnimation extends Animation private final int mStartHeight private final int mDeltaHeight public ExpandAnimation int startHeight int endHeight mStartHeight startHeight mDeltaHeight.. private final int mStartHeight private final int mDeltaHeight public ExpandAnimation int startHeight int endHeight mStartHeight startHeight mDeltaHeight endHeight startHeight @Override protected void applyTransformation float interpolatedTime Transformation.. interpolatedTime Transformation t android.view.ViewGroup.LayoutParams lp mContent.getLayoutParams lp.height int mStartHeight mDeltaHeight interpolatedTime mContent.setLayoutParams lp @Override public boolean willChangeBounds TODO Auto generated..
|