android Programming Glossary: mheaderviewwidth
Pinned groups in ExpandableListView http://stackoverflow.com/questions/10613552/pinned-groups-in-expandablelistview 255 private MyExpandableListAdapter mAdapter private View mHeaderView private boolean mHeaderViewVisible private int mHeaderViewWidth private int mHeaderViewHeight public PinnedHeaderExpListView Context context super context public PinnedHeaderExpListView.. widthMeasureSpec heightMeasureSpec if mHeaderView null measureChild mHeaderView widthMeasureSpec heightMeasureSpec mHeaderViewWidth mHeaderView.getMeasuredWidth mHeaderViewHeight mHeaderView.getMeasuredHeight @Override protected void onLayout boolean.. int top int right int bottom super.onLayout changed left top right bottom if mHeaderView null mHeaderView.layout 0 0 mHeaderViewWidth mHeaderViewHeight configureHeaderView getFirstVisiblePosition animating header pushing @param position public void configureHeaderView..
|