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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java994 public void showAtLocation(View parent, int gravity, int x, int y) { method in class:PopupWindow
995 showAtLocation(parent.getWindowToken(), gravity, x, y);
1007 * {@link #showAtLocation(View, int, int, int)} instead.
1009 public void showAtLocation(IBinder token, int gravity, int x, int y) { method in class:PopupWindow
H A DEditor.java2608 mPopupWindow.showAtLocation(mTextView, Gravity.NO_GRAVITY,
3728 mContainer.showAtLocation(mTextView, Gravity.NO_GRAVITY,
3741 public void showAtLocation(int offset) { method in class:Editor.HandleView
3761 mContainer.showAtLocation(mTextView, Gravity.NO_GRAVITY,
4859 mStartHandle.showAtLocation(startOffset);
4860 mEndHandle.showAtLocation(endOffset);
H A DAbsListView.java5507 mPopup.showAtLocation(this, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL,
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java972 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY,
1156 mPopupKeyboard.showAtLocation(this, Gravity.NO_GRAVITY, x, y);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java456 mPopupWindow.showAtLocation(mParent, Gravity.NO_GRAVITY, mCoordsOnWindow.x,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java711 mActionModePopup.showAtLocation(
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3399 mPrimaryActionModePopup.showAtLocation(

Completed in 226 milliseconds