Searched refs:tryFitVertical (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1566 final boolean fitsVertical = tryFitVertical(outParams, yOffset, height, in findDropDownPosition() 1594 tryFitVertical(outParams, yOffset, height, anchorHeight, drawingLocation[1], in findDropDownPosition() 1604 private boolean tryFitVertical(@NonNull LayoutParams outParams, int yOffset, int height, in tryFitVertical() method in PopupWindow
|