Home
last modified time | relevance | path

Searched refs:showAtLocation (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/widget/
DPopupWindow.java1118 public void showAtLocation(View parent, int gravity, int x, int y) { in showAtLocation() method in PopupWindow
1119 showAtLocation(parent.getWindowToken(), gravity, x, y); in showAtLocation()
1133 public void showAtLocation(IBinder token, int gravity, int x, int y) { in showAtLocation() method in PopupWindow
DEditor.java3084 mPopupWindow.showAtLocation(mTextView, Gravity.NO_GRAVITY, in updatePosition()
4318 mContainer.showAtLocation(mTextView, Gravity.NO_GRAVITY, pts[0], pts[1]); in updatePosition()
DAbsListView.java5670 mPopup.showAtLocation(this, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, in positionPopup()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java981 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey()
1165 mPopupKeyboard.showAtLocation(this, Gravity.NO_GRAVITY, x, y); in onLongPress()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java519 mPopupWindow.showAtLocation( in show()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java769 mActionModePopup.showAtLocation( in startSupportActionModeFromWindow()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1594 mPrimaryActionModePopup.showAtLocation(
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38018 method public void showAtLocation(android.view.View, int, int, int);
/frameworks/base/api/
Dsystem-current.txt50485 method public void showAtLocation(android.view.View, int, int, int);
Dcurrent.txt47128 method public void showAtLocation(android.view.View, int, int, int);
Dtest-current.txt47207 method public void showAtLocation(android.view.View, int, int, int);