Home
last modified time | relevance | path

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

12

/frameworks/support/v4/java/android/support/v4/widget/
DPopupWindowCompat.java21 import android.widget.PopupWindow;
32 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
41 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
52 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
91 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DAppCompatPopupWindow.java27 import android.widget.PopupWindow;
32 public class AppCompatPopupWindow extends PopupWindow {
40 R.styleable.PopupWindow, defStyleAttr, 0); in AppCompatPopupWindow()
DActivityChooserView.java42 import android.widget.PopupWindow;
164 private PopupWindow.OnDismissListener mOnDismissListener;
469 public void setOnDismissListener(PopupWindow.OnDismissListener listener) { in setOnDismissListener()
555 View.OnClickListener, View.OnLongClickListener, PopupWindow.OnDismissListener {
DSpinnerCompat.java42 import android.widget.PopupWindow;
1088 setOnDismissListener(new PopupWindow.OnDismissListener() { in show()
/frameworks/support/v4/kitkat/android/support/v4/widget/
DPopupWindowCompatKitKat.java22 import android.widget.PopupWindow;
28 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java51 import android.widget.PopupWindow;
80 sClipToWindowEnabledMethod = PopupWindow.class.getDeclaredMethod(
88 private PopupWindow mPopup;
167 public static final int INPUT_METHOD_FROM_FOCUSABLE = PopupWindow.INPUT_METHOD_FROM_FOCUSABLE;
175 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED;
183 public static final int INPUT_METHOD_NOT_NEEDED = PopupWindow.INPUT_METHOD_NOT_NEEDED;
242 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in ListPopupWindow()
683 public void setOnDismissListener(PopupWindow.OnDismissListener listener) { in setOnDismissListener()
903 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in onKeyDown()
918 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in onKeyDown()
[all …]
/frameworks/base/core/java/android/widget/
DPopupWindow.java53 public class PopupWindow { class
169 public PopupWindow(Context context) { in PopupWindow() method in PopupWindow
178 public PopupWindow(Context context, AttributeSet attrs) { in PopupWindow() method in PopupWindow
187 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { in PopupWindow() method in PopupWindow
196 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in PopupWindow() method in PopupWindow
201 attrs, R.styleable.PopupWindow, defStyleAttr, defStyleRes); in PopupWindow()
220 public PopupWindow() { in PopupWindow() method in PopupWindow
233 public PopupWindow(View contentView) { in PopupWindow() method in PopupWindow
247 public PopupWindow(int width, int height) { in PopupWindow() method in PopupWindow
263 public PopupWindow(View contentView, int width, int height) { in PopupWindow() method in PopupWindow
[all …]
DListPopupWindow.java72 private PopupWindow mPopup;
151 public static final int INPUT_METHOD_FROM_FOCUSABLE = PopupWindow.INPUT_METHOD_FROM_FOCUSABLE;
159 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED;
167 public static final int INPUT_METHOD_NOT_NEEDED = PopupWindow.INPUT_METHOD_NOT_NEEDED;
225 mPopup = new PopupWindow(context, attrs, defStyleAttr, defStyleRes); in ListPopupWindow()
226 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in ListPopupWindow()
668 public void setOnDismissListener(PopupWindow.OnDismissListener listener) { in setOnDismissListener()
885 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in onKeyDown()
900 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in onKeyDown()
1155 mPopup.getInputMethodMode() == PopupWindow.INPUT_METHOD_NOT_NEEDED;
[all …]
DActivityChooserView.java159 private PopupWindow.OnDismissListener mOnDismissListener;
491 public void setOnDismissListener(PopupWindow.OnDismissListener listener) { in setOnDismissListener()
577 View.OnClickListener, View.OnLongClickListener, PopupWindow.OnDismissListener {
DAutoCompleteTextView.java590 PopupWindow.OnDismissListener wrappedListener = null; in setOnDismissListener()
592 wrappedListener = new PopupWindow.OnDismissListener() { in setOnDismissListener()
DEditor.java327 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in showError()
592 private void chooseSize(PopupWindow pop, CharSequence text, TextView tv) { in chooseSize()
2051 mPopupWindow = new PopupWindow(mTextView.getContext(), null, in createPopupWindow()
2053 mPopupWindow.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in createPopupWindow()
2216 protected PopupWindow mPopupWindow;
2330 private class CustomPopupWindow extends PopupWindow {
2361 mPopupWindow.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in createPopupWindow()
2909 mPopupWindow = new PopupWindow(mTextView.getContext(), null,
3165 private final PopupWindow mContainer;
3192 mContainer = new PopupWindow(mTextView.getContext(), null,
[all …]
DSpinner.java42 import android.widget.PopupWindow.OnDismissListener;
DAbsListView.java462 PopupWindow mPopup;
5787 PopupWindow p = new PopupWindow(getContext()); in createTextFilter()
5790 p.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in createTextFilter()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DMenuPopupHelper.java36 import android.widget.PopupWindow;
46 ViewTreeObserver.OnGlobalLayoutListener, PopupWindow.OnDismissListener,
158 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in tryShow()
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuPopupHelper.java35 import android.widget.PopupWindow;
44 ViewTreeObserver.OnGlobalLayoutListener, PopupWindow.OnDismissListener,
156 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in tryShow()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java47 import android.widget.PopupWindow;
146 private PopupWindow mPreviewPopup;
153 private PopupWindow mPopupKeyboard;
346 mPreviewPopup = new PopupWindow(context); in KeyboardView()
358 mPopupKeyboard = new PopupWindow(context); in KeyboardView()
852 final PopupWindow previewPopup = mPreviewPopup; in showPreview()
905 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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DFrameworkActionBar.java160 R.styleable.PopupWindow, R.attr.popupMenuStyle, 0); in createMenuPopup()
/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/support/v7/appcompat/src/android/support/v7/app/
DActionBarActivityDelegateBase.java83 import android.widget.PopupWindow;
102 PopupWindow mActionModePopup;
604 mActionModePopup = new PopupWindow(context, null,
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java107 import android.widget.PopupWindow;
2189 private PopupWindow mActionModePopup;
2727 mActionModePopup = new PopupWindow(actionBarContext, null,
/frameworks/base/
Dpreloaded-classes1660 android.widget.PopupWindow
1661 android.widget.PopupWindow$1
1662 android.widget.PopupWindow$PopupViewContainer
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt234 NO DOC BLOCK: android.widget.PopupWindow Method getElevation()
567 NO DOC BLOCK: android.widget.PopupWindow Method setElevation(float)
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt441 NO DOC BLOCK: android.widget.PopupWindow Method getElevation()
859 NO DOC BLOCK: android.widget.PopupWindow Method setElevation(float)

12