Home | History | Annotate | Download | only in view

Lines Matching refs:measuredHeight

18875      * @param measuredHeight The measured height of this view.  May be a complex
18879 protected final void setMeasuredDimension(int measuredWidth, int measuredHeight) {
18887 measuredHeight += optical ? opticalHeight : -opticalHeight;
18889 setMeasuredDimensionRaw(measuredWidth, measuredHeight);
18900 * @param measuredHeight The measured height of this view. May be a complex
18904 private void setMeasuredDimensionRaw(int measuredWidth, int measuredHeight) {
18906 mMeasuredHeight = measuredHeight;
22477 stream.addProperty("measurement:measuredHeight", mMeasuredHeight);