Searched refs:SelectPopupDialog (Results 1 – 5 of 5) sorted by relevance
25 public class SelectPopupDialog { class27 private static SelectPopupDialog sShownDialog;40 private SelectPopupDialog(ContentViewCore contentViewCore, List<SelectPopupItem> items, in SelectPopupDialog() method in SelectPopupDialog111 R.style.SelectPopupDialog, SELECT_DIALOG_ATTRS); in getSelectDialogLayout()147 sShownDialog = new SelectPopupDialog(contentViewCore, items, multiple, selectedIndices); in show()165 public static SelectPopupDialog getCurrent() { in getCurrent()
12 import org.chromium.content.browser.input.SelectPopupDialog;39 return SelectPopupDialog.getCurrent() != null; in isSatisfied()87 SelectPopupDialog.getCurrent()); in testPopupNotClosedByOtherContentView()
43 return SelectPopupDialog.getCurrent() != null; in isSatisfied()50 return SelectPopupDialog.getCurrent() == null; in isSatisfied()
105 public static int SelectPopupDialog; field in R.style
69 import org.chromium.content.browser.input.SelectPopupDialog;1596 SelectPopupDialog.hide(this);2572 SelectPopupDialog.show(this, popupItems, multiple, selectedIndices);