Home | History | Annotate | Download | only in widget

Lines Matching refs:modal

278      * Set whether this window should be modal when shown.
280 * <p>If a popup window is modal, it will receive all touch and key input.
284 * @param modal {@code true} if the popup window should be modal, {@code false} otherwise.
286 public void setModal(boolean modal) {
287 mModal = modal;
288 mPopup.setFocusable(modal);
292 * Returns whether the popup window will be modal when shown.
294 * @return {@code true} if the popup window will be modal, {@code false} otherwise.
842 * views using non-modal ListPopupWindow can have it handle key selection of items.
937 * views using non-modal ListPopupWindow can have it handle key selection of items.