Home | History | Annotate | Download | only in widget

Lines Matching defs:mLastOffset

180     private float mLastOffset = Float.MAX_VALUE;
681 Math.min(curInfo.offset, mLastOffset)));
1353 mLastOffset = curItem.position == N - 1
1374 mLastOffset = offset + ii.widthFactor - 1;
1670 final float scrollOffset = ii != null ? Math.min(ii.offset, mLastOffset) : 0;
2320 float rightBound = width * mLastOffset;
2450 canvas.translate(-getPaddingTop(), -(mLastOffset + 1) * width);
2601 float rightBound = width * mLastOffset;
2701 return (scrollX < (int) (width * mLastOffset));