Searched defs:allowScroll (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java248 int xOffset, int yOffset, int width, int height, int gravity, boolean allowScroll) {
259 width, height, gravity, allowScroll);
247 findDropDownPosition(View anchor, LayoutParams outParams, int xOffset, int yOffset, int width, int height, int gravity, boolean allowScroll) argument
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1580 * @param allowScroll whether the anchor view's parent may be scrolled
1587 int xOffset, int yOffset, int width, int height, int gravity, boolean allowScroll) {
1646 if (allowScroll && anchor.requestRectangleOnScreen(r, true)) {
1586 findDropDownPosition(View anchor, WindowManager.LayoutParams outParams, int xOffset, int yOffset, int width, int height, int gravity, boolean allowScroll) argument

Completed in 95 milliseconds