Home | History | Annotate | Download | only in widget

Lines Matching refs:heightMode

413         final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
422 if (heightMode != MeasureSpec.UNSPECIFIED) {
430 if (heightMode == MeasureSpec.EXACTLY) {
455 final boolean isWrapContentHeight = heightMode != MeasureSpec.EXACTLY;