Searched refs:widthFactor (Results 1 – 1 of 1) sorted by relevance
117 float widthFactor; field in ViewPager.ItemInfo838 ii.widthFactor = mAdapter.getPageWidth(position); in addNewItem()909 lp.widthFactor = 0.f; in dataSetChanged()999 2.f - curItem.widthFactor + (float) getPaddingLeft() / (float) clientWidth;1017 extraWidthLeft += ii.widthFactor;1022 extraWidthLeft += ii.widthFactor;1028 float extraWidthRight = curItem.widthFactor;1049 extraWidthRight += ii.widthFactor;1055 extraWidthRight += ii.widthFactor;1082 if (!lp.isDecor && lp.widthFactor == 0.f) {[all …]