Home | History | Annotate | Download | only in widget

Lines Matching defs:getPreferredWidth

785                 width = Math.min(getPreferredWidth(), width);
796 width = mMaxWidth > 0 ? mMaxWidth : getPreferredWidth();
846 private int getPreferredWidth() {