Searched defs:widthFactor (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java112 float widthFactor; field in class:ViewPager.ItemInfo
833 ii.widthFactor = mAdapter.getPageWidth(position);
904 lp.widthFactor = 0.f;
994 2.f - curItem.widthFactor + (float) getPaddingLeft() / (float) clientWidth;
1012 extraWidthLeft += ii.widthFactor;
1017 extraWidthLeft += ii.widthFactor;
1023 float extraWidthRight = curItem.widthFactor;
1044 extraWidthRight += ii.widthFactor;
1050 extraWidthRight += ii.widthFactor;
1077 if (!lp.isDecor && lp.widthFactor
2848 float widthFactor = 0.f; field in class:ViewPager.LayoutParams
[all...]

Completed in 61 milliseconds