Searched refs:heightSpec (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java1143 int heightSpec = 0;
1161 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.MATCH_PARENT;
1173 heightSpec = height;
1175 heightSpec = mDropDownHeight;
1181 mDropDownVerticalOffset, widthSpec, heightSpec);
1194 heightSpec = ViewGroup.LayoutParams.MATCH_PARENT;
1203 mPopup.setWindowLayoutMode(widthSpec, heightSpec);
1335 int heightSpec = MeasureSpec.UNSPECIFIED;
1336 hintView.measure(widthSpec, heightSpec);
H A DPopupWindow.java662 * @param heightSpec an explicit height measure spec mode, either
667 public void setWindowLayoutMode(int widthSpec, int heightSpec) { argument
669 mHeightMode = heightSpec;

Completed in 401 milliseconds