Home | History | Annotate | Download | only in widget

Lines Matching refs:mMaxHeight

228     private final int mMaxHeight;
594 mMaxHeight = attributesArray.getDimensionPixelSize(
596 if (mMinHeight != SIZE_UNSPECIFIED && mMaxHeight != SIZE_UNSPECIFIED
597 && mMinHeight > mMaxHeight) {
761 final int newHeightMeasureSpec = makeMeasureSpec(heightMeasureSpec, mMaxHeight);