Home | History | Annotate | Download | only in lint

Lines Matching refs:preferredWidth

699         int preferredWidth = -1;
706 preferredWidth = value.intValue();
709 if (preferredWidth <= 0) {
710 preferredWidth = Math.max(column.getPreferredWidth(), 30);
712 return preferredWidth;