Home | History | Annotate | Download | only in widget

Lines Matching defs:getPreferredWidth

669                 width = Math.min(getPreferredWidth(), width);
680 width = mMaxWidth > 0 ? mMaxWidth : getPreferredWidth();
687 private int getPreferredWidth() {