Searched refs:mLastOffset (Results 1 – 1 of 1) sorted by relevance
157 private float mLastOffset = Float.MAX_VALUE; field in ViewPager567 Math.min(curInfo.offset, mLastOffset))); in scrollToItem()1182 mLastOffset = curItem.position == N - 1 ?1203 mLastOffset = offset + ii.widthFactor - 1;1491 final float scrollOffset = ii != null ? Math.min(ii.offset, mLastOffset) : 0;2072 float rightBound = width * mLastOffset;2200 canvas.translate(-getPaddingTop(), -(mLastOffset + 1) * width);2346 float rightBound = width * mLastOffset;2438 return (scrollX < (int) (width * mLastOffset));