Home | History | Annotate | Download | only in folder

Lines Matching defs:contentHeight

1127         int contentHeight = getContentAreaHeight();
1130 int contentAreaHeightSpec = MeasureSpec.makeMeasureSpec(contentHeight, MeasureSpec.EXACTLY);
1132 mContent.setFixedSize(contentWidth, contentHeight);
1147 int folderHeight = getFolderHeight(contentHeight);