Home
last modified time | relevance | path

Searched refs:PopupWindow (Results 1 – 19 of 19) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DListPopupWindow.java67 private PopupWindow mPopup;
143 public static final int INPUT_METHOD_FROM_FOCUSABLE = PopupWindow.INPUT_METHOD_FROM_FOCUSABLE;
150 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED;
158 public static final int INPUT_METHOD_NOT_NEEDED = PopupWindow.INPUT_METHOD_NOT_NEEDED;
191 mPopup = new PopupWindow(context, attrs, defStyleAttr); in ListPopupWindow()
192 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in ListPopupWindow()
612 public void setOnDismissListener(PopupWindow.OnDismissListener listener) { in setOnDismissListener()
823 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in onKeyDown()
840 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in onKeyDown()
1035 mPopup.getInputMethodMode() == PopupWindow.INPUT_METHOD_NOT_NEEDED; in buildDropDown()
[all …]
DActivityChooserView.java40 import android.widget.PopupWindow;
160 private PopupWindow.OnDismissListener mOnDismissListener;
446 public void setOnDismissListener(PopupWindow.OnDismissListener listener) { in setOnDismissListener()
532 View.OnClickListener, View.OnLongClickListener, PopupWindow.OnDismissListener {
/frameworks/base/core/java/android/widget/
DPopupWindow.java51 public class PopupWindow { class
155 public PopupWindow(Context context) { in PopupWindow() method in PopupWindow
164 public PopupWindow(Context context, AttributeSet attrs) { in PopupWindow() method in PopupWindow
173 public PopupWindow(Context context, AttributeSet attrs, int defStyle) { in PopupWindow() method in PopupWindow
182 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in PopupWindow() method in PopupWindow
188 attrs, com.android.internal.R.styleable.PopupWindow, defStyleAttr, defStyleRes); in PopupWindow()
242 public PopupWindow() { in PopupWindow() method in PopupWindow
255 public PopupWindow(View contentView) { in PopupWindow() method in PopupWindow
269 public PopupWindow(int width, int height) { in PopupWindow() method in PopupWindow
285 public PopupWindow(View contentView, int width, int height) { in PopupWindow() method in PopupWindow
[all …]
DListPopupWindow.java70 private PopupWindow mPopup;
149 public static final int INPUT_METHOD_FROM_FOCUSABLE = PopupWindow.INPUT_METHOD_FROM_FOCUSABLE;
157 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED;
165 public static final int INPUT_METHOD_NOT_NEEDED = PopupWindow.INPUT_METHOD_NOT_NEEDED;
211 mPopup = new PopupWindow(context, attrs, defStyleAttr, defStyleRes); in ListPopupWindow()
212 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in ListPopupWindow()
654 public void setOnDismissListener(PopupWindow.OnDismissListener listener) { in setOnDismissListener()
871 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in onKeyDown()
886 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in onKeyDown()
1141 mPopup.getInputMethodMode() == PopupWindow.INPUT_METHOD_NOT_NEEDED;
[all …]
DActivityChooserView.java161 private PopupWindow.OnDismissListener mOnDismissListener;
474 public void setOnDismissListener(PopupWindow.OnDismissListener listener) { in setOnDismissListener()
560 View.OnClickListener, View.OnLongClickListener, PopupWindow.OnDismissListener {
DEditor.java296 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in showError()
561 private void chooseSize(PopupWindow pop, CharSequence text, TextView tv) { in chooseSize()
2045 mPopupWindow = new PopupWindow(mTextView.getContext(), null, in createPopupWindow()
2047 mPopupWindow.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in createPopupWindow()
2209 protected PopupWindow mPopupWindow;
2323 private class CustomPopupWindow extends PopupWindow {
2354 mPopupWindow.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in createPopupWindow()
2897 mPopupWindow = new PopupWindow(mTextView.getContext(), null, in createPopupWindow()
2987 private final PopupWindow mContainer;
3011 mContainer = new PopupWindow(mTextView.getContext(), null, in HandleView()
[all …]
DAutoCompleteTextView.java587 PopupWindow.OnDismissListener wrappedListener = null; in setOnDismissListener()
589 wrappedListener = new PopupWindow.OnDismissListener() { in setOnDismissListener()
DSpinner.java41 import android.widget.PopupWindow.OnDismissListener;
DAbsListView.java458 PopupWindow mPopup;
5934 PopupWindow p = new PopupWindow(getContext()); in createTextFilter()
5937 p.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in createTextFilter()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DMenuPopupHelper.java35 import android.widget.PopupWindow;
45 ViewTreeObserver.OnGlobalLayoutListener, PopupWindow.OnDismissListener,
129 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in tryShow()
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuPopupHelper.java36 import android.widget.PopupWindow;
45 ViewTreeObserver.OnGlobalLayoutListener, PopupWindow.OnDismissListener,
147 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in tryShow()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java46 import android.widget.PopupWindow;
145 private PopupWindow mPreviewPopup;
152 private PopupWindow mPopupKeyboard;
342 mPreviewPopup = new PopupWindow(context); in KeyboardView()
354 mPopupKeyboard = new PopupWindow(context); in KeyboardView()
848 final PopupWindow previewPopup = mPreviewPopup; in showPreview()
901 final PopupWindow previewPopup = mPreviewPopup; in showKey()
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt218 NO DOC BLOCK: android.widget.PopupWindow Method getInputMethodMode()
239 NO DOC BLOCK: android.widget.PopupWindow Method getMaxAvailableHeight(android.view.View, int)
302 NO DOC BLOCK: android.widget.PopupWindow Method isAboveAnchor()
304 NO DOC BLOCK: android.widget.PopupWindow Method isClippingEnabled()
312 NO DOC BLOCK: android.widget.PopupWindow Method isOutsideTouchable()
319 NO DOC BLOCK: android.widget.PopupWindow Method isTouchable()
400 NO DOC BLOCK: android.widget.PopupWindow Method setClippingEnabled(boolean)
417 NO DOC BLOCK: android.widget.PopupWindow Method setInputMethodMode(int)
436 NO DOC BLOCK: android.widget.PopupWindow Method setOutsideTouchable(boolean)
449 NO DOC BLOCK: android.widget.PopupWindow Method setTouchable(boolean)
[all …]
/frameworks/base/docs/html/training/backward-compatible-ui/
Dolder-implementation.jd55 ….widget.PopupMenu} widgets can be implemented using {@link android.widget.PopupWindow} widgets.</p>
/frameworks/base/docs/html/sdk/api_diff/4/
DmissingSinces.txt71 NO DOC BLOCK: android.widget.PopupWindow Method getSoftInputMode()
97 NO DOC BLOCK: android.widget.PopupWindow Method setSoftInputMode(int)
108 NO DOC BLOCK: android.widget.PopupWindow Method update(int, int)
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java96 import android.widget.PopupWindow;
1922 private PopupWindow mActionModePopup;
2386 mActionModePopup = new PopupWindow(mContext, null,
/frameworks/base/
Dpreloaded-classes1304 android.widget.PopupWindow
1305 android.widget.PopupWindow$1
1306 android.widget.PopupWindow$OnDismissListener
1307 android.widget.PopupWindow$PopupViewContainer
/frameworks/base/docs/html/
Dsitemap.txt1508 http://developer.android.com/reference/android/widget/PopupWindow.OnDismissListener.html
1566 http://developer.android.com/reference/android/widget/PopupWindow.html
4576 http://developer.android.com/sdk/api_diff/11/changes/android.widget.PopupWindow.html
4755 http://developer.android.com/sdk/api_diff/3/changes/android.widget.PopupWindow.html
4794 http://developer.android.com/sdk/api_diff/3/changes/android.widget.PopupWindow.OnDismissListener.ht…
5919 http://developer.android.com/sdk/api_diff/4/changes/android.widget.PopupWindow.html
/frameworks/base/api/
Dcurrent.txt31492 method public void setOnDismissListener(android.widget.PopupWindow.OnDismissListener);
31687 public class PopupWindow {
31688 ctor public PopupWindow(android.content.Context);
31689 ctor public PopupWindow(android.content.Context, android.util.AttributeSet);
31690 ctor public PopupWindow(android.content.Context, android.util.AttributeSet, int);
31691 ctor public PopupWindow(android.content.Context, android.util.AttributeSet, int, int);
31692 ctor public PopupWindow();
31693 ctor public PopupWindow(android.view.View);
31694 ctor public PopupWindow(int, int);
31695 ctor public PopupWindow(android.view.View, int, int);
[all …]