Home | History | Annotate | Download | only in launcher3

Lines Matching defs:contentWidth

1071         int contentWidth = getContentAreaWidth();
1074 int contentAreaWidthSpec = MeasureSpec.makeMeasureSpec(contentWidth, MeasureSpec.EXACTLY);
1077 mContent.setFixedSize(contentWidth, contentHeight);
1091 int folderWidth = getPaddingLeft() + getPaddingRight() + contentWidth;