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

/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java175 final boolean modal = (flags & (WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL
177 if (modal && child.mAppToken != null) {
183 // Not modal or full screen modal
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java278 * 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) { argument
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 ListPopupWindo
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java295 * Set whether this window should be modal when shown.
297 * <p>If a popup window is modal, it will receive all touch and key input.
301 * @param modal {@code true} if the popup window should be modal, {@code false} otherwise.
303 public void setModal(boolean modal) { argument
304 mModal = modal;
305 mPopup.setFocusable(modal);
309 * Returns whether the popup window will be modal when shown.
311 * @return {@code true} if the popup window will be modal, {@code false} otherwise.
860 * views using non-modal ListPopupWindo
[all...]

Completed in 1721 milliseconds