Searched refs:getAnchorView (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 411 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()
|
D | AutoCompleteTextView.java | 1203 if (mPopup.getAnchorView() == null) { in showDropDown()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 450 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/ |
D | ListPopupWindowTest.java | 128 assertEquals("Popup window anchor", mButton, mListPopupWindow.getAnchorView()); in testAnchoring()
|
/frameworks/support/v7/appcompat/api/ |
D | 22.0.0.txt | 300 method public android.view.View getAnchorView();
|
D | 22.1.0.txt | 462 method public android.view.View getAnchorView();
|
D | 22.2.0.txt | 1647 method public android.view.View getAnchorView();
|
D | 22.2.1.txt | 1701 method public android.view.View getAnchorView();
|
D | 23.0.0.txt | 1777 method public android.view.View getAnchorView();
|
D | current.txt | 1953 method public android.view.View getAnchorView();
|
D | 23.1.0.txt | 1829 method public android.view.View getAnchorView();
|
D | 23.1.1.txt | 1828 method public android.view.View getAnchorView();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37736 method public android.view.View getAnchorView();
|
/frameworks/base/api/ |
D | system-current.txt | 50191 method public android.view.View getAnchorView();
|
D | current.txt | 46834 method public android.view.View getAnchorView();
|
D | test-current.txt | 46913 method public android.view.View getAnchorView();
|