Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getDesiredWidth

473             int width = getPaddingLeft() + getPaddingRight() + mContent.getDesiredWidth();
547 int footerWidth = mContent.getDesiredWidth()
951 int width = getPaddingLeft() + getPaddingRight() + mContent.getDesiredWidth();
1014 return Math.max(mContent.getDesiredWidth(), MIN_CONTENT_DIMEN);