Searched refs:widthFactor (Results 1 – 1 of 1) sorted by relevance
112 float widthFactor; field in ViewPager.ItemInfo833 ii.widthFactor = mAdapter.getPageWidth(position); in addNewItem()904 lp.widthFactor = 0.f; in dataSetChanged()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 == 0.f) {[all …]