Home | History | Annotate | Download | only in widget

Lines Matching refs:trackWidth

790         final int trackWidth = track.getMeasuredWidth();
791 final int left = thumb.getLeft() + (thumb.getWidth() - trackWidth) / 2;
792 final int right = left + trackWidth;