Home | History | Annotate | Download | only in launcher2

Lines Matching refs:contentHeightSpec

875         int contentHeightSpec = MeasureSpec.makeMeasureSpec(mContent.getDesiredHeight(),
877 mContent.measure(contentWidthSpec, contentHeightSpec);