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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java244 * Set whether this window should be modal when shown.
246 * <p>If a popup window is modal, it will receive all touch and key input.
250 * @param modal {@code true} if the popup window should be modal, {@code false} otherwise.
252 public void setModal(boolean modal) { argument
254 mPopup.setFocusable(modal);
258 * Returns whether the popup window will be modal when shown.
260 * @return {@code true} if the popup window will be modal, {@code false} otherwise.
798 * views using non-modal ListPopupWindow can have it handle key selection of items.
894 * views using non-modal ListPopupWindo
[all...]

Completed in 36 milliseconds