Searched refs:getAnchorView (Results 1 – 25 of 36) sorted by relevance
12
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 414 public @Nullable View getAnchorView() { in getAnchorView() method in ListPopupWindow 620 if (!getAnchorView().isAttachedToWindow()) { in show() 630 widthSpec = getAnchorView().getWidth(); in show() 657 mPopup.update(getAnchorView(), mDropDownHorizontalOffset, in show() 667 widthSpec = getAnchorView().getWidth(); in show() 696 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show() 1112 View view = getAnchorView(); in buildDropDown() 1233 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations); in buildDropDown()
|
D | AutoCompleteTextView.java | 1205 if (mPopup.getAnchorView() == null) { in showDropDown()
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/ |
D | ListPopupWindow.java | 453 public @Nullable View getAnchorView() { in getAnchorView() method in ListPopupWindow 653 if (!ViewCompat.isAttachedToWindow(getAnchorView())) { in show() 663 widthSpec = getAnchorView().getWidth(); in show() 690 mPopup.update(getAnchorView(), mDropDownHorizontalOffset, in show() 699 widthSpec = getAnchorView().getWidth(); in show() 734 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset, in show() 1151 View view = getAnchorView(); in buildDropDown() 1274 final int maxHeight = getMaxAvailableHeight(getAnchorView(), mDropDownVerticalOffset, in buildDropDown()
|
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/ |
D | ListPopupWindowTest.java | 144 assertEquals("Popup window anchor", mButton, mListPopupWindow.getAnchorView()); in testAnchoring()
|
/frameworks/support/v7/appcompat/api_legacy/ |
D | 26.0.0.txt | 605 method public android.view.View getAnchorView();
|
D | 26.1.0.txt | 605 method public android.view.View getAnchorView();
|
D | 27.0.0.txt | 579 method public android.view.View getAnchorView();
|
D | 27.1.0.txt | 661 method public android.view.View getAnchorView();
|
D | 28.0.0-alpha1.txt | 661 method public android.view.View getAnchorView();
|
D | current.txt | 661 method public android.view.View getAnchorView();
|
/frameworks/support/v7/appcompat/api/ |
D | current.txt | 661 method public android.view.View getAnchorView();
|
/frameworks/support/api/ |
D | 22.0.0.txt | 4591 method public android.view.View getAnchorView();
|
D | 22.1.0.txt | 5161 method public android.view.View getAnchorView();
|
D | 22.2.0.txt | 6760 method public android.view.View getAnchorView();
|
D | 22.2.1.txt | 6843 method public android.view.View getAnchorView();
|
D | 25.2.0.txt | 9834 method public android.view.View getAnchorView();
|
D | 25.0.0.txt | 9386 method public android.view.View getAnchorView();
|
D | 24.2.0.txt | 9300 method public android.view.View getAnchorView();
|
D | 23.0.0.txt | 7687 method public android.view.View getAnchorView();
|
D | 23.1.1.txt | 8012 method public android.view.View getAnchorView();
|
D | 25.4.0.txt | 10347 method public android.view.View getAnchorView();
|
D | 23.2.1.txt | 8472 method public android.view.View getAnchorView();
|
D | 26.0.0-alpha1.txt | 10739 method public android.view.View getAnchorView();
|
D | 23.2.0.txt | 8471 method public android.view.View getAnchorView();
|
D | 23.4.0.txt | 8486 method public android.view.View getAnchorView();
|
12