¡@

Home 

2014/10/16 ¤W¤È 08:24:47

android Programming Glossary: specsize

Android Fragment Pager and Custom Page Indicator( ViewPagerIndicator created by Jake Wharton)

http://stackoverflow.com/questions/14433281/android-fragment-pager-and-custom-page-indicator-viewpagerindicator-created-by

from measureSpec private int measureLong int measureSpec int result int specMode MeasureSpec.getMode measureSpec int specSize MeasureSpec.getSize measureSpec if specMode MeasureSpec.EXACTLY mViewPager null We were told how big to be result specSize.. MeasureSpec.getSize measureSpec if specMode MeasureSpec.EXACTLY mViewPager null We were told how big to be result specSize else Calculate the width according the views count final int count mViewPager.getAdapter .getCount result int getPaddingLeft.. AT_MOST value if that was what is called for by measureSpec if specMode MeasureSpec.AT_MOST result Math.min result specSize return result Determines the height of this view @param measureSpec A measureSpec packed into an int @return The height..