Home | History | Annotate | Download | only in widget

Lines Matching defs:heightSpec

557         int heightSpec = 0;
576 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.MATCH_PARENT;
588 heightSpec = height;
590 heightSpec = mDropDownHeight;
596 mDropDownVerticalOffset, widthSpec, heightSpec);
609 heightSpec = ViewGroup.LayoutParams.MATCH_PARENT;
618 mPopup.setWindowLayoutMode(widthSpec, heightSpec);
1100 int heightSpec = MeasureSpec.UNSPECIFIED;
1101 hintView.measure(widthSpec, heightSpec);