Home
last modified time | relevance | path

Searched refs:widthFactor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java91 float widthFactor; field in ViewPager.ItemInfo
580 final int itemWidth = (int) (width * info.widthFactor + 0.5f); in getLeftEdgeForItem()
816 ii.widthFactor = mAdapter.getPageWidth(position); in addNewItem()
887 lp.widthFactor = 0.f; in dataSetChanged()
977 2.f - curItem.widthFactor + (float) getPaddingLeft() / (float) clientWidth;
995 extraWidthLeft += ii.widthFactor;
1000 extraWidthLeft += ii.widthFactor;
1006 float extraWidthRight = curItem.widthFactor;
1027 extraWidthRight += ii.widthFactor;
1033 extraWidthRight += ii.widthFactor;
[all …]