Home
last modified time | relevance | path

Searched refs:hintView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1190 View hintView = mPromptView; in buildDropDown() local
1191 if (hintView != null) { in buildDropDown()
1204 hintContainer.addView(hintView); in buildDropDown()
1208 hintContainer.addView(hintView); in buildDropDown()
1230 hintView.measure(widthSpec, heightSpec); in buildDropDown()
1232 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()
1233 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
DAutoCompleteTextView.java364 final TextView hintView = (TextView) LayoutInflater.from(mPopupContext).inflate( in setCompletionHint() local
366 hintView.setText(mHintText); in setCompletionHint()
367 mHintView = hintView; in setCompletionHint()
368 mPopup.setPromptView(hintView); in setCompletionHint()