Searched refs:hintView (Results 1 – 2 of 2) sorted by relevance
1172 View hintView = mPromptView; in buildDropDown() local1173 if (hintView != null) { in buildDropDown()1186 hintContainer.addView(hintView); in buildDropDown()1190 hintContainer.addView(hintView); in buildDropDown()1212 hintView.measure(widthSpec, heightSpec); in buildDropDown()1214 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1215 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()