Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1149 View hintView = mPromptView; in buildDropDown() local
1150 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()
DAutoCompleteTextView.java336 final TextView hintView = (TextView) LayoutInflater.from(mPopupContext).inflate( in setCompletionHint() local
338 hintView.setText(mHintText); in setCompletionHint()
339 mHintView = hintView; in setCompletionHint()
340 mPopup.setPromptView(hintView); in setCompletionHint()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1191 View hintView = mPromptView; in buildDropDown() local
1192 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()