Searched defs:mPopupWidth (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java138 private int mPopupWidth; field in class:PopupWindow
1190 mPopupWidth = p.width;
1411 p.x -= mPopupWidth - anchorWidth;
1425 || p.x + mPopupWidth - root.getWidth() > 0) {
1432 final Rect r = new Rect(scrollX, scrollY, scrollX + mPopupWidth + xoff,
1445 p.x -= mPopupWidth - anchorWidth;
1869 width = mPopupWidth;
1871 mPopupWidth = width;

Completed in 66 milliseconds