Home | History | Annotate | Download | only in view

Lines Matching defs:thumbOffset

6160             final int thumbOffset = ScrollBarUtils.getThumbOffset(bounds.height(), thumbLength,
6162 final int thumbTop = bounds.top + thumbOffset;
6187 final int thumbOffset = ScrollBarUtils.getThumbOffset(bounds.width(), thumbLength,
6189 final int thumbLeft = bounds.left + thumbOffset;
13632 final int thumbOffset = ScrollBarUtils.getThumbOffset(
13638 Math.min(Math.max(thumbOffset + diff, 0.0f), maxThumbOffset);
13640 if (Math.round(newThumbOffset) != thumbOffset && maxThumbOffset > 0
13661 final int thumbOffset = ScrollBarUtils.getThumbOffset(
13667 Math.min(Math.max(thumbOffset + diff, 0.0f), maxThumbOffset);
13669 if (Math.round(newThumbOffset) != thumbOffset && maxThumbOffset > 0