Searched refs:showAtLocation (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SizeCompatModeActivityController.java | 288 popupWindow.showAtLocation(this, mWinParams.gravity, mPopupOffsetX, mPopupOffsetY); in showHint()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1306 public void showAtLocation(View parent, int gravity, int x, int y) { in showAtLocation() method in PopupWindow 1308 showAtLocation(parent.getWindowToken(), gravity, x, y); in showAtLocation() 1323 public void showAtLocation(IBinder token, int gravity, int x, int y) { in showAtLocation() method in PopupWindow
|
D | Editor.java | 3357 mPopupWindow.showAtLocation(mTextView, Gravity.NO_GRAVITY, in updatePosition() 4768 mContainer.showAtLocation(mTextView, Gravity.NO_GRAVITY, pts[0], pts[1]); in updatePosition()
|
D | AbsListView.java | 5796 mPopup.showAtLocation(this, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, in positionPopup()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 992 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey() 1159 mPopupKeyboard.showAtLocation(this, Gravity.NO_GRAVITY, x, y); in onLongPress()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 597 mPopupWindow.showAtLocation( in show()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 1878 mPrimaryActionModePopup.showAtLocation( in createStandaloneActionMode()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38018 method public void showAtLocation(android.view.View, int, int, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 57652 method public void showAtLocation(android.view.View, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 57796 method public void showAtLocation(android.view.View, int, int, int);
|