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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java252 * Set whether this window should be modal when shown.
254 * <p>If a popup window is modal, it will receive all touch and key input.
258 * @param modal {@code true} if the popup window should be modal, {@code false} otherwise.
260 public void setModal(boolean modal) { argument
262 mPopup.setFocusable(modal);
266 * Returns whether the popup window will be modal when shown.
268 * @return {@code true} if the popup window will be modal, {@code false} otherwise.
806 * views using non-modal ListPopupWindow can have it handle key selection of items.
902 * views using non-modal ListPopupWindo
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java242 * Set whether this window should be modal when shown.
244 * <p>If a popup window is modal, it will receive all touch and key input. If the user touches
247 * @param modal {@code true} if the popup window should be modal, {@code false} otherwise.
249 public void setModal(boolean modal) { argument
251 mPopup.setFocusable(modal);
255 * Returns whether the popup window will be modal when shown.
257 * @return {@code true} if the popup window will be modal, {@code false} otherwise.
779 * Filter key down events. By forwarding key down events to this function, views using non-modal
876 * Filter key down events. By forwarding key up events to this function, views using non-modal
[all...]

Completed in 1111 milliseconds