Home | History | Annotate | Download | only in widget

Lines Matching defs:heightSpec

635             final int heightSpec;
639 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.MATCH_PARENT;
650 heightSpec = height;
652 heightSpec = mDropDownHeight;
659 (heightSpec < 0)? -1 : heightSpec);
673 final int heightSpec;
675 heightSpec = ViewGroup.LayoutParams.MATCH_PARENT;
678 heightSpec = height;
680 heightSpec = mDropDownHeight;
685 mPopup.setHeight(heightSpec);
1190 final int heightSpec = MeasureSpec.UNSPECIFIED;
1191 hintView.measure(widthSpec, heightSpec);