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

/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java312 OverflowPopup popup = new OverflowPopup(mContext, mMenu, mOverflowButton, true);
313 mPostedOpenRunnable = new OpenOverflowRunnable(popup);
338 MenuPopupHelper popup = mOverflowPopup;
339 if (popup != null) {
340 popup.dismiss();
347 * Dismiss all popup menus - overflow and submenus.
615 // Displaying the popup occurs asynchronously, so wait for
743 public OpenOverflowRunnable(OverflowPopup popup) { argument
744 mPopup = popup;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuPresenter.java297 OverflowPopup popup = new OverflowPopup(mContext, mMenu, mOverflowButton, true);
298 mPostedOpenRunnable = new OpenOverflowRunnable(popup);
323 MenuPopupHelper popup = mOverflowPopup;
324 if (popup != null) {
325 popup.dismiss();
332 * Dismiss all popup menus - overflow and submenus.
658 public OpenOverflowRunnable(OverflowPopup popup) { argument
659 mPopup = popup;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1160 * Create a chip from the default selection. If the popup is showing, the
1161 * default is the first item in the popup suggestions list. Otherwise, it is
1489 // Align the alternates popup with the left side of the View,
1969 * and a popup window with the address in use highlighted and any other
2053 private void showAddress(final DrawableRecipientChip currentChip, final ListPopupWindow popup, argument
2060 // Align the alternates popup with the left side of the View,
2062 popup.setWidth(width);
2063 popup.setAnchorView(this);
2064 popup.setVerticalOffset(bottom);
2065 popup
[all...]

Completed in 66 milliseconds