Home | History | Annotate | Download | only in widget

Lines Matching refs:thumbLength

189         int thumbLength = calculateScrollThumbLength(range, extent);
190 int thumbOffset = calculateScrollThumbOffset(range, offset, thumbLength);
195 if (lp.height != thumbLength) {
196 lp.height = thumbLength;
223 int thumbLength = calculateScrollThumbLength(range, extent);
224 int thumbOffset = calculateScrollThumbOffset(range, offset, thumbLength);
229 if (lp.height != thumbLength) {
230 lp.height = thumbLength;
502 * @param thumbLength The current length of the thumb in pixels.
505 private int calculateScrollThumbOffset(int range, int offset, int thumbLength) {
512 : mScrollThumbTrackHeight - thumbLength);