Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1172 View hintView = mPromptView; in buildDropDown() local
1173 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()
DAutoCompleteTextView.java350 final TextView hintView = (TextView) LayoutInflater.from(mPopupContext).inflate( in setCompletionHint() local
352 hintView.setText(mHintText); in setCompletionHint()
353 mHintView = hintView; in setCompletionHint()
354 mPopup.setPromptView(hintView); in setCompletionHint()