Searched refs:hintView (Results 1 – 2 of 2) sorted by relevance
1018 View hintView = mPromptView; in buildDropDown() local1019 if (hintView != null) { in buildDropDown()1032 hintContainer.addView(hintView); in buildDropDown()1036 hintContainer.addView(hintView); in buildDropDown()1049 hintView.measure(widthSpec, heightSpec); in buildDropDown()1051 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1052 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
229 final TextView hintView = (TextView) LayoutInflater.from(getContext()).inflate( in setCompletionHint() local231 hintView.setText(mHintText); in setCompletionHint()232 mHintView = hintView; in setCompletionHint()233 mPopup.setPromptView(hintView); in setCompletionHint()