Searched refs:mPopupWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java108 private int mPopupWidth; field in class:PopupWindow
1001 mPopupWidth = p.width;
1145 p.x -= mPopupWidth - anchor.getWidth();
1160 p.x + mPopupWidth - root.getWidth() > 0) {
1167 Rect r = new Rect(scrollX, scrollY, scrollX + mPopupWidth + xoff,
1180 p.x -= mPopupWidth - anchor.getWidth();
1521 width = mPopupWidth;
1523 mPopupWidth = width;

Completed in 145 milliseconds