¡@

Home 

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

android Programming Glossary: specmode

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

The width of the view honoring constraints from measureSpec private int measureLong int measureSpec int result int specMode MeasureSpec.getMode measureSpec int specSize MeasureSpec.getSize measureSpec if specMode MeasureSpec.EXACTLY mViewPager.. 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 else Calculate the width according the views.. count 2 mRadius count 1 mRadius 1 Respect 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..