Searched refs:hintView (Results 1 – 2 of 2) sorted by relevance
1189 View hintView = mPromptView; in buildDropDown() local1190 if (hintView != null) { in buildDropDown()1203 hintContainer.addView(hintView); in buildDropDown()1207 hintContainer.addView(hintView); in buildDropDown()1229 hintView.measure(widthSpec, heightSpec); in buildDropDown()1231 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1232 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
350 final TextView hintView = (TextView) LayoutInflater.from(mPopupContext).inflate( in setCompletionHint() local352 hintView.setText(mHintText); in setCompletionHint()353 mHintView = hintView; in setCompletionHint()354 mPopup.setPromptView(hintView); in setCompletionHint()