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

/packages/apps/Contacts/src/com/android/contacts/util/
H A DUiClosables.java29 * @param popup The popup window to close.
30 * @return {@code true} if the popup was showing. {@code false} otherwise.
32 public static boolean closeQuietly(ListPopupWindow popup) { argument
33 if (popup != null && popup.isShowing()) {
34 popup.dismiss();
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java1285 // Remove the top level popup or dialog box and return true if there's any
1800 // Do not trigger touch focus if popup window is opened.
1815 // 1) if there is any popup, dismiss them, 2) otherwise, get out of image capture
1818 // no popup to dismiss, cancel image capture
2445 public void showPopup(AbstractSettingPopup popup) { argument
2449 mPopup = popup;
H A DVideoModule.java2473 // check for dismissing popup
2781 public void showPopup(AbstractSettingPopup popup) { argument
2785 mPopup = popup;

Completed in 137 milliseconds