Searched refs:hintView (Results 1 – 3 of 3) sorted by relevance
1149 View hintView = mPromptView; in buildDropDown() local1150 if (hintView != null) { in buildDropDown()1163 hintContainer.addView(hintView); in buildDropDown()1167 hintContainer.addView(hintView); in buildDropDown()1189 hintView.measure(widthSpec, heightSpec); in buildDropDown()1191 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1192 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
336 final TextView hintView = (TextView) LayoutInflater.from(mPopupContext).inflate( in setCompletionHint() local338 hintView.setText(mHintText); in setCompletionHint()339 mHintView = hintView; in setCompletionHint()340 mPopup.setPromptView(hintView); in setCompletionHint()
1191 View hintView = mPromptView; in buildDropDown() local1192 if (hintView != null) { in buildDropDown()1205 hintContainer.addView(hintView); in buildDropDown()1209 hintContainer.addView(hintView); in buildDropDown()1231 hintView.measure(widthSpec, heightSpec); in buildDropDown()1233 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1234 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()