Home | History | Annotate | Download | only in widget

Lines Matching refs:trackWidth

603             final int trackWidth = w - mPaddingRight - mPaddingLeft;
604 track.setBounds(0, trackOffset, trackWidth, trackOffset + trackHeight);