Searched refs:popup (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java132 * If used to specify a popup width, the popup will match the width of the anchor view.
133 * If used to specify a popup height, the popup will fill available space.
139 * If used to specify a popup width, the popup will use the width of its content.
145 * input method should be based on the focusability of the popup. That is
152 * Mode for {@link #setInputMethodMode(int)}: this popup always needs to
160 * Mode for {@link #setInputMethodMode(int)}: this popup never needs to
168 * Create a new, empty popup windo
[all...]
H A DSpinner.java181 final DropdownPopup popup = new DropdownPopup(context, attrs, defStyle);
186 popup.setBackgroundDrawable(a.getDrawable(
191 popup.setVerticalOffset(verticalOffset);
197 popup.setHorizontalOffset(horizontalOffset);
200 mPopup = popup;
204 return popup;
237 * Set the background drawable for the spinner's popup window of choices.
253 * Set the background drawable for the spinner's popup window of choices.
265 * Get the background drawable for the spinner's popup window of choices.
277 * Set a vertical offset in pixels for the spinner's popup windo
[all...]
/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
738 public OpenOverflowRunnable(OverflowPopup popup) { argument
739 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/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DSpinnerICS.java164 DropdownPopup popup = new DropdownPopup(context, attrs, defStyle);
169 popup.setBackgroundDrawable(
175 popup.setVerticalOffset(verticalOffset);
181 popup.setHorizontalOffset(horizontalOffset);
184 mPopup = popup;
619 * Implements some sort of popup selection interface for selecting a spinner option.
626 * Show the popup
631 * Dismiss the popup
636 * @return true if the popup is showing, false otherwise.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java760 final PopupMenu popup =
762 mPopup = popup;
763 popup.getMenuInflater().inflate(R.menu.recent_popup_menu, popup.getMenu());
764 popup.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() {
783 popup.setOnDismissListener(new PopupMenu.OnDismissListener() {
789 popup.show();
/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
2052 private void showAddress(final DrawableRecipientChip currentChip, final ListPopupWindow popup, argument
2059 // Align the alternates popup with the left side of the View,
2061 popup.setWidth(width);
2062 popup.setAnchorView(this);
2063 popup.setVerticalOffset(bottom);
2064 popup
[all...]

Completed in 255 milliseconds