Lines Matching defs:widthFactor

112         float widthFactor;
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 == 0.f) {
1081 lp.widthFactor = ii.widthFactor;
1132 float offset = oldCurInfo.offset + oldCurInfo.widthFactor + marginOffset;
1147 offset += ii.widthFactor + marginOffset;
1166 offset -= ii.widthFactor + marginOffset;
1178 curItem.offset + curItem.widthFactor - 1 : Float.MAX_VALUE;
1185 offset -= ii.widthFactor + marginOffset;
1189 offset = curItem.offset + curItem.widthFactor + marginOffset;
1198 mLastOffset = offset + ii.widthFactor - 1;
1201 offset += ii.widthFactor + marginOffset;
1450 (int) (childWidthSize * lp.widthFactor), MeasureSpec.EXACTLY);
1579 (int) (childWidth * lp.widthFactor),
1646 (ii.widthFactor + marginOffset);
2008 final float pageOffset = (((float) scrollX / width) - ii.offset) / ii.widthFactor;
2125 ii.widthFactor = mAdapter.getPageWidth(ii.position);
2131 final float rightBound = offset + ii.widthFactor + marginOffset;
2142 lastWidth = ii.widthFactor;
2234 drawAt = (ii.offset + ii.widthFactor) * width;
2235 offset = ii.offset + ii.widthFactor + marginOffset;
2237 float widthFactor = mAdapter.getPageWidth(pos);
2238 drawAt = (offset + widthFactor) * width;
2239 offset += widthFactor + marginOffset;
2312 final float pageOffset = (((float) scrollX / width) - ii.offset) / ii.widthFactor;
2848 float widthFactor = 0.f;