Searched refs:showAtLocation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java813 public void showAtLocation(View parent, int gravity, int x, int y) { method in class:PopupWindow
814 showAtLocation(parent.getWindowToken(), gravity, x, y);
826 * {@link #showAtLocation(View, int, int, int)} instead.
828 public void showAtLocation(IBinder token, int gravity, int x, int y) { method in class:PopupWindow
H A DEditor.java2284 mPopupWindow.showAtLocation(mTextView, Gravity.NO_GRAVITY,
3206 mContainer.showAtLocation(mTextView, Gravity.NO_GRAVITY,
H A DAbsListView.java5614 mPopup.showAtLocation(this, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL,
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java968 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY,
1151 mPopupKeyboard.showAtLocation(this, Gravity.NO_GRAVITY, x, y);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2400 mActionModePopup.showAtLocation(

Completed in 100 milliseconds