Searched defs:showAtLocation (Results 1 - 2 of 2) 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.java2607 mPopupWindow.showAtLocation(mTextView, Gravity.NO_GRAVITY,
3727 mContainer.showAtLocation(mTextView, Gravity.NO_GRAVITY,
3740 public void showAtLocation(int offset) { method in class:Editor.HandleView
3760 mContainer.showAtLocation(mTextView, Gravity.NO_GRAVITY,
4866 mStartHandle.showAtLocation(startOffset);
4867 mEndHandle.showAtLocation(endOffset);

Completed in 8768 milliseconds