Home | History | Annotate | Download | only in view

Lines Matching refs:measuredHeight

15924      * @param measuredHeight The measured height of this view.  May be a complex
15928 protected final void setMeasuredDimension(int measuredWidth, int measuredHeight) {
15936 measuredHeight += optical ? opticalHeight : -opticalHeight;
15939 mMeasuredHeight = measuredHeight;