Home | History | Annotate | Download | only in list

Lines Matching defs:labelWidth

368         final int labelWidth;
374 labelWidth = ((totalWidth * mLabelViewWidthWeight) /
378 labelWidth = 0;
383 labelWidth = effectiveWidth;
385 labelWidth
400 mLabelView.measure(MeasureSpec.makeMeasureSpec(labelWidth, mode),