Home | History | Annotate | Download | only in widget

Lines Matching refs:getWidth

705     public int getWidth() {
717 * @see #getWidth()
1022 if (p.y + mPopupHeight > displayFrame.bottom || p.x + mPopupWidth - root.getWidth() > 0) {
1453 && ((x < 0) || (x >= getWidth()) || (y < 0) || (y >= getHeight()))) {