Home | History | Annotate | Download | only in widget

Lines Matching defs:heightSpec

602             final int heightSpec;
606 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.MATCH_PARENT;
617 heightSpec = height;
619 heightSpec = mDropDownHeight;
626 (heightSpec < 0)? -1 : heightSpec);
639 final int heightSpec;
641 heightSpec = ViewGroup.LayoutParams.MATCH_PARENT;
644 heightSpec = height;
646 heightSpec = mDropDownHeight;
651 mPopup.setHeight(heightSpec);
1142 final int heightSpec = MeasureSpec.UNSPECIFIED;
1143 hintView.measure(widthSpec, heightSpec);