Home | History | Annotate | Download | only in views

Lines Matching refs:mFixedHeight

108     private int mFixedHeight = -1;
773 if (mFixedHeight != -1) {
774 super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(mFixedHeight,
776 setMeasuredDimension(getMeasuredWidth(), mFixedHeight);
807 final boolean adjustBounds = (fixedHeight != mFixedHeight);
808 mFixedHeight = fixedHeight;
809 setMeasuredDimension(getMeasuredWidth(), mFixedHeight);