Home | History | Annotate | Download | only in webkit

Lines Matching refs:MeasureSpec

812         mWidthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY);
813 mHeightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY);