Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java411 public @Nullable View getAnchorView() { in getAnchorView() method in ListPopupWindow
609 widthSpec = getAnchorView().getWidth(); in show()
636 mPopup.update(getAnchorView(), mDropDownHorizontalOffset, in show()
645 widthSpec = getAnchorView().getWidth(); in show()
671 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
1086 View view = getAnchorView(); in buildDropDown()
1207 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations); in buildDropDown()
DAutoCompleteTextView.java1203 if (mPopup.getAnchorView() == null) { in showDropDown()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java450 public @Nullable View getAnchorView() { in getAnchorView() method in ListPopupWindow
647 widthSpec = getAnchorView().getWidth(); in show()
674 mPopup.update(getAnchorView(), mDropDownHorizontalOffset, in show()
683 widthSpec = getAnchorView().getWidth(); in show()
715 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset, in show()
1131 View view = getAnchorView(); in buildDropDown()
1252 final int maxHeight = getMaxAvailableHeight(getAnchorView(), mDropDownVerticalOffset, in buildDropDown()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DListPopupWindowTest.java128 assertEquals("Popup window anchor", mButton, mListPopupWindow.getAnchorView()); in testAnchoring()
/frameworks/support/v7/appcompat/api/
D22.0.0.txt300 method public android.view.View getAnchorView();
D22.1.0.txt462 method public android.view.View getAnchorView();
D22.2.0.txt1647 method public android.view.View getAnchorView();
D22.2.1.txt1701 method public android.view.View getAnchorView();
D23.0.0.txt1777 method public android.view.View getAnchorView();
Dcurrent.txt1953 method public android.view.View getAnchorView();
D23.1.0.txt1829 method public android.view.View getAnchorView();
D23.1.1.txt1828 method public android.view.View getAnchorView();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37736 method public android.view.View getAnchorView();
/frameworks/base/api/
Dsystem-current.txt50191 method public android.view.View getAnchorView();
Dcurrent.txt46834 method public android.view.View getAnchorView();
Dtest-current.txt46913 method public android.view.View getAnchorView();