Home | History | Annotate | Download | only in widget

Lines Matching defs:widthFactor

88         float widthFactor;
573 final int itemWidth = (int) (width * info.widthFactor + 0.5f);
809 ii.widthFactor = mAdapter.getPageWidth(position);
880 lp.widthFactor = 0.f;
970 2.f - curItem.widthFactor + (float) getPaddingLeft() / (float) clientWidth;
988 extraWidthLeft += ii.widthFactor;
993 extraWidthLeft += ii.widthFactor;
999 float extraWidthRight = curItem.widthFactor;
1020 extraWidthRight += ii.widthFactor;
1026 extraWidthRight += ii.widthFactor;
1053 if (!lp.isDecor && lp.widthFactor == 0.f) {
1057 lp.widthFactor = ii.widthFactor;
1118 float offset = oldCurInfo.offset + oldCurInfo.widthFactor + marginOffset;
1134 offset += ii.widthFactor + marginOffset;
1153 offset -= ii.widthFactor + marginOffset;
1165 curItem.offset + curItem.widthFactor - 1 : Float.MAX_VALUE;
1173 offset -= ii.widthFactor + marginOffset;
1178 offset = curItem.offset + curItem.widthFactor + marginOffset;
1188 mLastOffset = offset + ii.widthFactor - 1;
1191 offset += ii.widthFactor + marginOffset;
1446 (int) (childWidthSize * lp.widthFactor), MeasureSpec.EXACTLY);
1582 (int) (childWidth * lp.widthFactor),
1665 (ii.widthFactor + marginOffset);
2021 nextPageOffset = (ii.offset - scrolledPages) / ii.widthFactor;
2023 nextPageOffset = (scrolledPages - ii.offset) / ii.widthFactor;
2181 ii.widthFactor = mAdapter.getPageWidth(ii.position);
2188 final float endBound = offset + ii.widthFactor + marginOffset;
2199 lastWidth = ii.widthFactor;
2306 final float widthFactor;
2309 widthFactor = ii.widthFactor;
2312 widthFactor = mAdapter.getPageWidth(pos);
2320 left = scaledOffset + widthFactor * width;
2323 offset = itemOffset + widthFactor + marginOffset;
2785 float widthFactor = 0.f;