Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java105 private int mDropDownAnchorId; field in AutoCompleteTextView
158 mDropDownAnchorId = a.getResourceId(R.styleable.AutoCompleteTextView_dropDownAnchor, in AutoCompleteTextView()
313 return mDropDownAnchorId; in getDropDownAnchor()
326 mDropDownAnchorId = id; in setDropDownAnchor()
1094 if (mDropDownAnchorId != View.NO_ID) { in showDropDown()
1095 mPopup.setAnchorView(getRootView().findViewById(mDropDownAnchorId)); in showDropDown()